Init local state for remote megaphones

This commit is contained in:
ayumi-signal
2025-12-08 12:03:55 -08:00
committed by GitHub
parent 62b7950b7e
commit 0ab15a1cd8
25 changed files with 955 additions and 62 deletions

View File

@@ -632,6 +632,9 @@ export default {
action('generateDonationReceiptBlob')();
return new Blob();
},
internalDeleteAllMegaphones: async () => {
return Promise.resolve(0);
},
__dangerouslyRunAbitraryReadOnlySqlQuery: async () => {
return Promise.resolve([]);
},