feat(rpc): implement arrpc's link event (#1016)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Cookie
2025-02-05 14:00:40 -05:00
committed by GitHub
parent c9be618164
commit 56442ae1e9
6 changed files with 45 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ export const enum IpcEvents {
export const enum IpcCommands {
RPC_ACTIVITY = "rpc:activity",
RPC_INVITE = "rpc:invite",
RPC_DEEP_LINK = "rpc:link",
NAVIGATE_SETTINGS = "navigate:settings",
GET_LANGUAGES = "navigator.languages"
}