From 74314696328a52779b83777eddac6bb506a3846b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 29 Feb 2020 18:30:43 +0100 Subject: Support for external processes; stub FB messenger bridge --- connector/xmpp/xmpp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connector/xmpp') diff --git a/connector/xmpp/xmpp.go b/connector/xmpp/xmpp.go index efaaf64..d858317 100644 --- a/connector/xmpp/xmpp.go +++ b/connector/xmpp/xmpp.go @@ -272,7 +272,7 @@ func (xm *XMPP) SetRoomInfo(roomId RoomID, info *RoomInfo) error { } } - if info.Picture != nil { + if MediaObject(info.Picture) != nil { // TODO return fmt.Errorf("Room picture change not implemented on xmpp") } -- cgit v1.2.3