mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 07:18:05 +01:00
Drop an unused hasCachedMessages method
This commit is contained in:
committed by
Jon Chambers
parent
d91a6b0c38
commit
bbe41278ed
@@ -96,10 +96,6 @@ public class MessagesManager {
|
||||
});
|
||||
}
|
||||
|
||||
public boolean hasCachedMessages(final UUID destinationUuid, final byte destinationDevice) {
|
||||
return messagesCache.hasMessages(destinationUuid, destinationDevice);
|
||||
}
|
||||
|
||||
public Mono<Pair<List<Envelope>, Boolean>> getMessagesForDevice(UUID destinationUuid, Device destinationDevice,
|
||||
boolean cachedMessagesOnly) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user