Private
Public Access
1
0

adds setting screen

This commit is contained in:
2025-05-03 01:11:26 -07:00
parent ef0312ccbd
commit 0f565756df
13 changed files with 316 additions and 77 deletions

View File

@@ -20,7 +20,7 @@ public class Conversation : Object {
}
if (participants.length > 1) {
return string.join(", ", participants);
return string.joinv(", ", participants);
}
return "Untitled";