mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 06:18:08 +01:00
Remove the unused destination property from IncomingMessage
This commit is contained in:
committed by
Jon Chambers
parent
3d875f1ce5
commit
e28f1e8ceb
@@ -4,6 +4,6 @@
|
||||
*/
|
||||
package org.whispersystems.textsecuregcm.entities;
|
||||
|
||||
public record IncomingMessage(int type, String destination, long destinationDeviceId, int destinationRegistrationId,
|
||||
public record IncomingMessage(int type, long destinationDeviceId, int destinationRegistrationId,
|
||||
String content) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user