Successfully receiving messages from groupme
This commit is contained in:
4
user.go
4
user.go
@@ -527,6 +527,10 @@ func (user *User) handleMessageLoop() {
|
||||
ImageURL: msg.data.AvatarURL,
|
||||
}, false, false)
|
||||
}
|
||||
//err := puppet.IntentFor(portal).EnsureJoined(portal.MXID)
|
||||
//if err != nil {
|
||||
// user.log.Warnln("Unable to ensure user puppet joined")
|
||||
//}
|
||||
portal.messages <- msg
|
||||
case <-user.syncStart:
|
||||
user.log.Debugln("Processing of incoming messages is locked")
|
||||
|
||||
Reference in New Issue
Block a user