mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Update libsignal-service
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user