add more support for other message types
This commit is contained in:
@@ -196,8 +196,11 @@ func switchToTab(jid string, w *gtk.Window) {
|
||||
win.Present()
|
||||
})
|
||||
userbox.AddController(gesture)
|
||||
|
||||
gen.Append(userbox)
|
||||
if mu.MucUserItem.Role == "moderator" {
|
||||
gen.Prepend(userbox)
|
||||
} else {
|
||||
gen.Append(userbox)
|
||||
}
|
||||
return true
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user