Drop an unused `hasCachedMessages` method
This commit is contained in:
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,
|
public Mono<Pair<List<Envelope>, Boolean>> getMessagesForDevice(UUID destinationUuid, Device destinationDevice,
|
||||||
boolean cachedMessagesOnly) {
|
boolean cachedMessagesOnly) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue