sorry guys... lambda is now a snapchat client.....

This commit is contained in:
2026-08-03 19:39:57 +01:00
parent 7a822e8eaf
commit 546234eacf
6 changed files with 114 additions and 154 deletions
+6 -1
View File
@@ -116,6 +116,7 @@ func generateMessageWidget(p stanza.Packet, blocked bool) (gtk.Widgetter, bool)
id := JidMustParse(m.From).Resource
name := id
custom_nick, ok := loadedConfig.CustomNicks[ocu.ID]
if ok {
name = custom_nick
@@ -255,7 +256,11 @@ func generateMessageWidget(p stanza.Packet, blocked bool) (gtk.Widgetter, bool)
al.SetVAlign(gtk.AlignStart)
mainBox.Append(al)
mlabel := gtk.NewLabel(m.Body)
body := m.Body
body = XEPToPango(body)
mlabel := gtk.NewLabel("")
mlabel.SetMarkup(body)
mlabel.SetWrap(true)
mlabel.SetSelectable(true)