set local-only flag on ongoing call notification

This commit is contained in:
Daniel Gultsch 2023-10-03 14:16:48 +02:00
parent cfac58c8af
commit 1aeae9c7f6
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -642,6 +642,7 @@ public class NotificationService {
createCallAction(
id.sessionId, XmppConnectionService.ACTION_END_CALL, 104))
.build());
builder.setLocalOnly(true);
return builder.build();
}