Preserve threading from telegram replies (telegram) (#1776)

* Preserve threading from telegram replies

* Add fallback for unthreaded telegram message

* Fix linter issue
This commit is contained in:
Alexander
2022-03-25 23:58:52 +03:00
committed by GitHub
parent cc36ebf1c9
commit 5d9604cd15
3 changed files with 28 additions and 4 deletions

View File

@@ -1147,6 +1147,12 @@ StripNick=false
#OPTIONAL (default false)
ShowTopicChange=false
#Opportunistically preserve threaded replies between Telegram groups.
#This only works if the parent message is still in the cache.
#Cache is flushed between restarts.
#OPTIONAL (default false)
PreserveThreading=false
###################################################################
#rocketchat section
###################################################################