bool isSeenOmni(String shortLink) { ModeratorEntry? m = data.read(shortLink); if (m == null) return false; return _omni.isSeen(m.hint); }