Init remote megaphone UI

This commit is contained in:
ayumi-signal
2025-12-19 14:04:51 -08:00
committed by GitHub
parent f6bc8078a5
commit 90f9786f31
29 changed files with 982 additions and 73 deletions

View File

@@ -270,6 +270,8 @@ import {
createMegaphone,
updateMegaphone,
deleteMegaphone,
finishMegaphone,
snoozeMegaphone,
internalDeleteAllMegaphones,
getAllMegaphoneImageLocalPaths,
hasMegaphone,
@@ -752,6 +754,8 @@ export const DataWriter: ServerWritableInterface = {
createMegaphone,
updateMegaphone,
deleteMegaphone,
finishMegaphone,
snoozeMegaphone,
internalDeleteAllMegaphones,
appendPinnedMessage,