forked from coracle/flotilla
Improve syncing
This commit is contained in:
+2
-13
@@ -310,20 +310,9 @@ if (ENABLE_ZAPS) {
|
||||
REACTION_KINDS.push(ZAP_RESPONSE)
|
||||
}
|
||||
|
||||
export const MESSAGE_KINDS = [ZAP_GOAL, EVENT_TIME, THREAD, MESSAGE]
|
||||
export const CONTENT_KINDS = [ZAP_GOAL, EVENT_TIME, THREAD]
|
||||
|
||||
export const MESSAGE_FILTER = {kinds: MESSAGE_KINDS}
|
||||
|
||||
export const COMMENT_FILTER = makeCommentFilter(MESSAGE_KINDS)
|
||||
|
||||
export const MEMBERSHIP_KINDS = [
|
||||
ROOM_ADD_MEMBER,
|
||||
ROOM_REMOVE_MEMBER,
|
||||
RELAY_ADD_MEMBER,
|
||||
RELAY_REMOVE_MEMBER,
|
||||
]
|
||||
|
||||
export const MEMBERSHIP_FILTER = {kinds: MEMBERSHIP_KINDS}
|
||||
export const MESSAGE_KINDS = [...CONTENT_KINDS, MESSAGE]
|
||||
|
||||
// Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user