🆕 Groups Forum

- please add the text in the UITexts
This commit is contained in:
DuckieTM
2026-03-29 14:58:56 +02:00
parent 5d8c5d3eea
commit 522219cbee
7 changed files with 90 additions and 11 deletions
+1
View File
@@ -8,6 +8,7 @@ export interface IGroupData
groupHomeroomId: number;
groupState: number;
groupCanMembersDecorate: boolean;
groupHasForum: boolean;
groupColors: number[];
groupBadgeParts: GroupBadgePart[];
}