mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* Modify /state/{eventType}/{stateKey} to return the event at the time the user left
Or live, depending on their current state. Hopefully fixes some sytests!
* Linting
* Set HasBeenInRoom
* Fix cases for world-readable history visibility
* Fix bug in finding the requested state event
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| alias.go | ||
| api.go | ||
| input.go | ||
| input_authevents.go | ||
| input_authevents_test.go | ||
| input_events.go | ||
| input_latest_events.go | ||
| input_membership.go | ||
| perform_backfill.go | ||
| perform_invite.go | ||
| perform_join.go | ||
| perform_leave.go | ||
| perform_publish.go | ||
| query.go | ||
| query_test.go | ||