Cleanup + Roadmap group actions

This commit is contained in:
Karmanyaah Malhotra
2021-04-21 14:41:43 -04:00
parent f924cc63f8
commit b35a6be635
4 changed files with 42 additions and 30 deletions

View File

@@ -188,7 +188,6 @@ func (puppet *Puppet) DefaultIntent() *appservice.IntentAPI {
func (puppet *Puppet) UpdateAvatar(source *User, portalMXID id.RoomID, avatar string) bool {
memberRaw, _ := puppet.bridge.StateStore.TryGetMemberRaw(portalMXID, puppet.MXID) //TODO Handle
fmt.Println(len(avatar), avatar, memberRaw.Avatar)
if len(avatar) == 0 {
var err error