mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-25 15:53:09 -06:00
Fix formatting directives
This commit is contained in:
parent
0cf330cb2d
commit
b21cae4956
|
|
@ -295,7 +295,7 @@ func (t *txnReq) processEDUs(ctx context.Context) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if domain != t.Origin {
|
if domain != t.Origin {
|
||||||
util.GetLogger(ctx).Warnf("Dropping typing event where sender domain (%d) doesn't match origin (%d)", domain, t.Origin)
|
util.GetLogger(ctx).Warnf("Dropping typing event where sender domain (%q) doesn't match origin (%q)", domain, t.Origin)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if err := eduserverAPI.SendTyping(ctx, t.eduAPI, typingPayload.UserID, typingPayload.RoomID, typingPayload.Typing, 30*1000); err != nil {
|
if err := eduserverAPI.SendTyping(ctx, t.eduAPI, typingPayload.UserID, typingPayload.RoomID, typingPayload.Typing, 30*1000); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue