mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
don't allow to star video-call messages
This commit is contained in:
parent
564c0fe27d
commit
b692abc235
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ public class DcMsg {
|
|||
|
||||
public boolean canSave() {
|
||||
// saving info-messages out of context results in confusion, see https://github.com/deltachat/deltachat-ios/issues/2567
|
||||
return !isInfo();
|
||||
return !isInfo() && getType() != DC_MSG_VIDEOCHAT_INVITATION;
|
||||
}
|
||||
|
||||
public boolean isSaved() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue