mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
Version 1.10.0
This commit is contained in:
parent
f4d5ebc3ad
commit
c5e41c7ce8
5 changed files with 8 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue