Successfully receiving messages from groupme

This commit is contained in:
2023-09-08 13:00:18 -05:00
parent 86c6bab1eb
commit 2074d45d9d
3 changed files with 37 additions and 20 deletions

View File

@@ -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")