mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-14 05:12:26 +03:00
Update to latest GMSL; remove debug logs
This commit is contained in:
parent
c2bd2f37ce
commit
c15c827f10
4 changed files with 5 additions and 6 deletions
|
@ -575,7 +575,6 @@ func (r *FederationInternalAPI) SendInvite(
|
|||
"room_version": event.Version(),
|
||||
"destination": destination,
|
||||
}).Info("Sending invite")
|
||||
logrus.Infof("invite event json %s", string(event.JSON()))
|
||||
|
||||
inviteReq, err := fclient.NewInviteV2Request(event, strippedState)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue