Compute a common topic for friend requests
static String getTopicOfFriendListOfUser(String userId) { return sha256.convert((userId + topicSalt).codeUnits).toString(); }