Add protected tag

This commit is contained in:
Jon Staab
2024-12-09 11:59:42 -08:00
parent 1e0cb93183
commit e17cda1eff
10 changed files with 23 additions and 18 deletions
+2
View File
@@ -65,6 +65,8 @@ export const ROOM = "h"
export const GENERAL = "_"
export const PROTECTED = ["-"]
export const MESSAGE = 9
export const THREAD = 11