forked from coracle/flotilla
load messages in general on room relay
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
relays,
|
relays,
|
||||||
filters: [
|
filters: [
|
||||||
{kinds: [ROOM_META]},
|
{kinds: [ROOM_META]},
|
||||||
{kinds: [THREAD, EVENT_TIME], since},
|
{kinds: [THREAD, EVENT_TIME, MESSAGE], since},
|
||||||
{kinds: [COMMENT], "#K": [String(THREAD), String(EVENT_TIME)], since},
|
{kinds: [COMMENT], "#K": [String(THREAD), String(EVENT_TIME)], since},
|
||||||
...rooms.map(room => ({kinds: [MESSAGE], "#h": [room], since})),
|
...rooms.map(room => ({kinds: [MESSAGE], "#h": [room], since})),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user