fix(imports): point to element_data_store_v3 and restore Data Store v3; commit workspace updates

This commit is contained in:
Scott Idem
2026-03-17 18:57:27 -04:00
parent 3038be0686
commit 9fc3ee0198
22 changed files with 841 additions and 91 deletions

View File

@@ -38,7 +38,6 @@ export async function qry__jitsi_report({
// Step 1: Query all relevant activity logs from the API.
const search_query = {
or: [
{ field: 'name', op: 'eq', value: 'jitsi_meeting_stats_update' },
{ field: 'name', op: 'eq', value: 'jitsi_meeting_event' },
{ field: 'name', op: 'eq', value: 'jitsi_meeting_stats' }
],