Assign replies to chats based on In-Reply-To and References

This commit is contained in:
link2xt
2021-01-23 03:39:28 +03:00
committed by link2xt
parent 3fe5eb31d4
commit 3d072a81b4
2 changed files with 99 additions and 2 deletions

View File

@@ -699,7 +699,7 @@ pub struct Chat {
pub name: String,
pub visibility: ChatVisibility,
pub grpid: String,
blocked: Blocked,
pub(crate) blocked: Blocked,
pub param: Params,
is_sending_locations: bool,
pub mute_duration: MuteDuration,