feat(ForumChannel): setDefaultForumLayout & fix bug

This commit is contained in:
March 7th
2022-12-25 10:35:06 +07:00
parent 67ab8277ed
commit ebdd92240b
6 changed files with 76 additions and 24 deletions

6
typings/enums.d.ts vendored
View File

@@ -141,6 +141,12 @@ export const enum SortOrderType {
CREATION_DATE = 2,
}
export const enum ForumLayoutType {
NOT_SET = 0,
LIST_VIEW = 1,
GALLERY_VIEW = 2,
}
export const enum MessageTypes {
DEFAULT,
RECIPIENT_ADD,