Future<int> getMaxReactionSeqWithChannel(String channelID, int channelType) { return ReactionDB.shared.queryMaxSeqWithChannel(channelID, channelType); }