Internal tool to test megaphone

This commit is contained in:
ayumi-signal
2026-02-23 10:13:49 -08:00
committed by GitHub
parent b61c2029c4
commit 491de86ad3
10 changed files with 120 additions and 5 deletions

View File

@@ -631,6 +631,7 @@ export default {
action('generateDonationReceiptBlob')();
return new Blob();
},
addVisibleMegaphone: async () => Promise.resolve(),
internalDeleteAllMegaphones: async () => {
return Promise.resolve(0);
},