Prevent possibility of recursively enqueuing early message jobs.

This commit is contained in:
Greyson Parrelli
2022-04-04 19:01:32 -04:00
committed by Cody Henthorne
parent 44efda8318
commit b109effc94
5 changed files with 32 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ public final class EarlyMessageCache {
}
/**
* Returns a collection of all of the {@link ServiceMessageId}s referenced in the cache at the moment of inquiry.
* Returns a collection of all of the {@link ServiceMessageId}s referenced in the cache at the moment of inquiry.
* Caution: There is no guarantee that this list will be relevant for any amount of time afterwards.
*/
public synchronized @NonNull Collection<ServiceMessageId> getAllReferencedIds() {