status msg in userbox

This commit is contained in:
2026-07-10 09:52:18 +01:00
parent ca7b82dab5
commit 8f93dde120
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -395,6 +395,11 @@ func switchToTab(jid string, w *gtk.Window) {
nick.AddCSSClass("author")
nick.SetSelectable(true)
profile_box.Append(nick)
if u.Status != "" {
status_message := gtk.NewLabel(u.Status)
status_message.AddCSSClass("status")
profile_box.Append(status_message)
}
profile_box.Append(ver_text)
fr := gtk.NewLabel(u.From)
fr.AddCSSClass("jid")