mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 08:47:38 +00:00
Support additional sync behavior for linked devices.
This commit is contained in:
committed by
Alan Evans
parent
995569dd50
commit
c702ff676a
@@ -126,4 +126,9 @@ public final class LiveRecipientCache {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@AnyThread
|
||||
public synchronized void clear() {
|
||||
recipients.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user