Returns an unmodifiable map of all reactions for persistence.
Map<String, List<Reaction>> getAllReactions() { return Map.unmodifiable(_messageReactions); }