Implement client kick endpoint
This commit is contained in:
parent
07d3326c07
commit
bb7c3b07e9
7 changed files with 127 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue