- public static GroupId decodeGroupId(String groupId) throws GroupIdFormatException {
- return GroupId.fromBase64(groupId);
- }
-
- public static String getLegacyIdentifier(final SignalServiceAddress address) {
- return address.getNumber().or(() -> address.getUuid().get().toString());
- }
-