1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-21 00:54:28 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Neil Alexander c2bd0b97b3
Get room versions from database ()
* Retrieve room version where known in roomserver

* Get room versions in alias code

* Increase gocyclothreshold to 13, since we hit that number a lot

* Remove gocyclo nolint from StoreEvent

* Update interface to get room version from room ID instead of NID

* Remove new API

* Fixed this query for SQLite but not for Postgres
2020-03-17 18:00:10 +00:00
Alex Chen 94ea325c93
Fix permission and 404 response for alias deletion - () 2019-08-07 11:00:58 +08:00
Serra Allgood a0dec456c1 rommserver/alias: Do not call appserviceAPI in GetRoomIDForAlias if local alias found ()
A conditional is added to wrap the call to appserviceAPI if a local alias is not found in the database.

Fixes 

Signed-off-by: Serra Allgood <serra@allgood.dev>
2019-06-25 13:43:18 +01:00