Improve socket auth, outbox loading, some other things

This commit is contained in:
Jon Staab
2025-06-19 12:51:05 -07:00
parent 1940deea20
commit 24acae704d
6 changed files with 46 additions and 20 deletions
+3
View File
@@ -178,6 +178,9 @@ export const EVENT_TIME = 31923
export const EVENT_RSVP = 31925
export const HANDLER_RECOMMENDATION = 31989
export const HANDLER_INFORMATION = 31990
export const ALERT_REQUEST_EMAIL = 32830
export const ALERT_STATUS = 32831
export const ALERT_REQUEST_PUSH = 32832
export const COMMUNITY = 34550
export const ROOM = 35834
export const ROOM_META = 39000
+1
View File
@@ -13,6 +13,7 @@ export type RelayProfile = {
icon?: string
banner?: string
name?: string
self?: string
pubkey?: string
contact?: string
software?: string