Implement client kick endpoint

This commit is contained in:
Pim Kunis 2021-08-26 14:32:24 +02:00
parent 07d3326c07
commit bb7c3b07e9
7 changed files with 127 additions and 17 deletions

View file

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