dendrite/syncapi/routing
Tak Wai Wong 8f4d1828b4 matrix room Id does not resolve to channelId or spaceId correctly (#1010)
Issue: matrix room id does not always resolve to spaceId or channelId
correctly.

Root cause: The clientApi routing endpoint and the syncapi routing
endpoint uses different stores to query for the current room states.

One is correct, the other has incomplete events. Fix the issue by using
the correct store in both routing code paths.
2022-11-30 20:12:00 -08:00
..
context.go subtree pull from dendrite fork for fix #2383 (#802) 2022-11-02 16:28:06 -07:00
context_test.go Return state on calls to /message and lazy load members (#2218) 2022-03-01 14:39:56 +00:00
filter.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
getevent.go Jterzis/update dendrite (#656) 2022-10-17 15:59:47 -07:00
memberships.go subtree pull from dendrite fork for fix #2383 (#802) 2022-11-02 16:28:06 -07:00
messages.go Sync dendrite fork changes for gating, and single chain support (#778) 2022-11-01 11:09:34 -07:00
relations.go Jterzis/update dendrite (#656) 2022-10-17 15:59:47 -07:00
routing.go matrix room Id does not resolve to channelId or spaceId correctly (#1010) 2022-11-30 20:12:00 -08:00
search.go subtree pull from dendrite fork for fix #2383 (#802) 2022-11-02 16:28:06 -07:00