mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 15:17:43 +00:00
Fixed Group control message not showing
This commit is contained in:
@@ -112,7 +112,7 @@ public class ThreadRecord extends DisplayRecord {
|
||||
return "";
|
||||
}
|
||||
else if (isGroupUpdateMessage()) {
|
||||
return context.getString(R.string.groupUpdated);
|
||||
return lastMessage.getDisplayBody(context).toString();
|
||||
} else if (isOpenGroupInvitation()) {
|
||||
return context.getString(R.string.communityInvitation);
|
||||
} else if (MmsSmsColumns.Types.isLegacyType(type)) {
|
||||
|
Reference in New Issue
Block a user