diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-08-02 23:41:18 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-08-02 23:41:18 +0300 |
commit | 608f67551297a14e2e23603413bbce66f6ad5cd9 (patch) | |
tree | d89aca9f73cf9de1da86d527dc4d7055716469df /telegabber.go | |
parent | 8fc9edd7e70aeca266ab2860198de49bdc2ab585 (diff) |
Revert sending carbons for outgoing messages to other resources (they duplicate what clients already send to each other)v1.7.3
Diffstat (limited to 'telegabber.go')
-rw-r--r-- | telegabber.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegabber.go b/telegabber.go index 9ce070f..3d7d2ea 100644 --- a/telegabber.go +++ b/telegabber.go @@ -15,7 +15,7 @@ import ( goxmpp "gosrc.io/xmpp" ) -var version string = "1.7.2" +var version string = "1.7.3" var commit string var sm *goxmpp.StreamManager |