This commit is contained in:
2026-05-18 06:27:55 +01:00
parent 98cd855349
commit 5f95df147f
4 changed files with 70 additions and 20 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
"github.com/diamondburned/gotk4/pkg/gtk/v4"
"mellium.im/xmpp/color"
"sync"
"gosrc.io/xmpp/stanza"
)
type chatTab struct {
@@ -11,6 +12,7 @@ type chatTab struct {
msgs *gtk.ListBox
name string
current_nick string
muc_presence *stanza.Presence
}
type lambdaConfig struct {