Implement client join endpoint

This commit is contained in:
Pim Kunis 2021-08-25 12:25:14 +02:00
parent 941eb685b4
commit 658efa228f
4 changed files with 59 additions and 3 deletions

View file

@ -312,9 +312,6 @@ defmodule MatrixServer.StateResolution.Authorization do
|> Repo.all()
|> Enum.reduce(%{}, &update_state_set/2)
IO.inspect(event)
IO.inspect(state_set)
authorized?(event, state_set)
end
end