0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-16 19:56:52 +01:00
dendrite/roomserver/internal
Kegsay 0577bfca55
Pass join errors through internal API boundaries ()
* Pass join errors through internal API boundaries

Required for certain invite sytests. We will need to think of a
better way of handling this going forwards.

* Include m.room.avatar in stripped state; handle trailing slashes when GETing state events

* Update whitelist

* Update whitelist
2020-06-24 09:59:59 +01:00
..
alias.go Consolidation of roomserver APIs () 2020-05-01 10:48:17 +01:00
api.go More flexible caching () 2020-06-05 16:42:01 +01:00
input.go Add trace logging to RoomserverInternalAPI () 2020-06-12 12:10:08 +01:00
input_authevents.go Consolidation of roomserver APIs () 2020-05-01 10:48:17 +01:00
input_authevents_test.go Consolidation of roomserver APIs () 2020-05-01 10:48:17 +01:00
input_events.go Pass join errors through internal API boundaries () 2020-06-24 09:59:59 +01:00
input_latest_events.go Rehuffle where things are in the internal package () 2020-06-12 14:55:57 +01:00
input_membership.go Use memberships to determine whether to reset latest events/state on room join () 2020-05-20 18:03:06 +01:00
perform_backfill.go Roomserver API changes () 2020-06-11 19:50:40 +01:00
perform_join.go Pass join errors through internal API boundaries () 2020-06-24 09:59:59 +01:00
perform_leave.go Rehuffle where things are in the internal package () 2020-06-12 14:55:57 +01:00
query.go Minor perf/debugging improvements () 2020-06-12 15:11:33 +01:00
query_test.go Fix and shuffle directory around () 2020-05-21 14:40:13 +01:00