mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Allow async inputs again
This commit is contained in:
parent
141200d22e
commit
5ed90caaff
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ func (r *Inputer) InputRoomEvents(
|
|||
request *api.InputRoomEventsRequest,
|
||||
response *api.InputRoomEventsResponse,
|
||||
) {
|
||||
if false && request.Asynchronous {
|
||||
if request.Asynchronous {
|
||||
var err error
|
||||
for _, e := range request.InputRoomEvents {
|
||||
msg := &nats.Msg{
|
||||
|
|
Loading…
Reference in a new issue