Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3267101
D13508.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
642 B
Referenced Files
None
Subscribers
None
D13508.diff
View Options
diff --git a/lib/types/alert-types.js b/lib/types/alert-types.js
--- a/lib/types/alert-types.js
+++ b/lib/types/alert-types.js
@@ -4,6 +4,7 @@
NOTIF_PERMISSION: 'notif-permission',
CONNECT_FARCASTER: 'connect-farcaster',
SIWE_BACKUP_MESSAGE: 'siwe-backup-message',
+ JOIN_COMMUNITY: 'join-community',
});
type AlertType = $Values<typeof alertTypes>;
@@ -35,6 +36,7 @@
[alertTypes.NOTIF_PERMISSION]: defaultAlertInfo,
[alertTypes.CONNECT_FARCASTER]: defaultAlertInfo,
[alertTypes.SIWE_BACKUP_MESSAGE]: defaultAlertInfo,
+ [alertTypes.JOIN_COMMUNITY]: defaultAlertInfo,
});
const securityUpdateLogoutText: string =
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 2:33 AM (22 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2510933
Default Alt Text
D13508.diff (642 B)
Attached To
Mode
D13508: [lib] introduce JOIN_COMMUNITY alert type
Attached
Detach File
Event Timeline
Log In to Comment