Whether a topic has been synced (either from cache or fresh download).
bool isSynced(String topicId) => _synced.contains(topicId) || (_localStore.isReady && _localStore.hasTopicCached(topicId));