mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 08:56:29 +03:00
share group image on group creation, fixes #602
This commit is contained in:
committed by
holger krekel
parent
ab12a4eb39
commit
ff29b84146
@@ -314,6 +314,7 @@ impl Chat {
|
||||
|| self.typ == Chattype::VerifiedGroup
|
||||
&& self.param.get_int(Param::Unpromoted).unwrap_or_default() == 1
|
||||
{
|
||||
msg.param.set_int(Param::AttachGroupImage, 1);
|
||||
self.param.remove(Param::Unpromoted);
|
||||
self.update_param(context)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user