Version 1.10.0

This commit is contained in:
Bohdan Horbeshko 2025-03-22 04:18:44 -04:00
parent f4d5ebc3ad
commit c5e41c7ce8
5 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
COMMIT := $(shell git rev-parse --short HEAD)
TD_COMMIT := "5bbfc1cf5dab94f82e02f3430ded7241d4653551"
VERSION := "v1.10.0-dev"
VERSION := "v1.10.0"
MAKEOPTS := "-j4"
all:

View file

@ -16,7 +16,7 @@ import (
goxmpp "gosrc.io/xmpp"
)
var version string = "1.10.0-dev"
var version string = "1.10.0"
var commit string
var sm *goxmpp.StreamManager

View file

@ -505,7 +505,7 @@ func handleGetAvatarDataIq(s xmpp.Sender, iq *stanza.IQ, pubsub *stanza.PubSubGe
if len(pubsub.Items.List) > 0 {
id = pubsub.Items.List[0].Id
}
log.Infof("Avatar id %v for chat %v", id, iq.To);
log.Infof("Avatar id %v for chat %v", id, iq.To)
pubsubAnswer := stanza.PubSubGeneric{
Items: &stanza.Items{