diff options
Diffstat (limited to 'clientapi/threepid')
-rw-r--r-- | clientapi/threepid/invites.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clientapi/threepid/invites.go b/clientapi/threepid/invites.go index 985cf00c..db62ce06 100644 --- a/clientapi/threepid/invites.go +++ b/clientapi/threepid/invites.go @@ -366,6 +366,7 @@ func emit3PIDInviteEvent( event.Headered(queryRes.RoomVersion), }, cfg.Matrix.ServerName, + cfg.Matrix.ServerName, nil, false, ) |