mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:08:02 +01:00
Remove a deprecated/unused field
This commit is contained in:
committed by
Jon Chambers
parent
13fb641113
commit
33467b42da
@@ -24,9 +24,6 @@ public class IncomingMessage {
|
||||
@JsonProperty
|
||||
private final String content;
|
||||
|
||||
@JsonProperty
|
||||
private long timestamp; // deprecated
|
||||
|
||||
@JsonCreator
|
||||
public IncomingMessage(
|
||||
@JsonProperty("id") final int type,
|
||||
|
||||
Reference in New Issue
Block a user