Add experimental stanza sender and allow sending empty messages upon confirmation

This commit is contained in:
2026-01-12 16:36:05 +00:00
parent 4d0e29550c
commit 881b72cb15
3 changed files with 51 additions and 13 deletions

2
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.1
require (
fyne.io/fyne/v2 v2.7.1
fyne.io/x/fyne v0.0.0-20251214153509-fa68a7d234d5
github.com/gen2brain/beeep v0.11.2
github.com/makeworld-the-better-one/go-isemoji v1.3.0
github.com/rrivera/identicon v0.0.0-20240116195454-d5ba35832c0d
@@ -35,7 +36,6 @@ require (
github.com/jackmordaunt/icns/v3 v3.0.1 // indirect
github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nicksnyder/go-i18n/v2 v2.5.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect