mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update libsignal-service
This commit is contained in:
parent
73b4239744
commit
f1d735f93d
22 changed files with 229 additions and 555 deletions
|
@ -47,10 +47,10 @@ record JsonCallMessage(
|
|||
}
|
||||
}
|
||||
|
||||
public record Hangup(long id, String type, int deviceId, boolean isLegacy) {
|
||||
public record Hangup(long id, String type, int deviceId) {
|
||||
|
||||
public static Hangup from(final MessageEnvelope.Call.Hangup hangup) {
|
||||
return new Hangup(hangup.id(), hangup.type().name(), hangup.deviceId(), hangup.isLegacy());
|
||||
return new Hangup(hangup.id(), hangup.type().name(), hangup.deviceId());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue