mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +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,
|
request *api.InputRoomEventsRequest,
|
||||||
response *api.InputRoomEventsResponse,
|
response *api.InputRoomEventsResponse,
|
||||||
) {
|
) {
|
||||||
if false && request.Asynchronous {
|
if request.Asynchronous {
|
||||||
var err error
|
var err error
|
||||||
for _, e := range request.InputRoomEvents {
|
for _, e := range request.InputRoomEvents {
|
||||||
msg := &nats.Msg{
|
msg := &nats.Msg{
|
||||||
|
|
Loading…
Reference in a new issue