Skip to content

Commit dfdd7d1

Browse files
authored
Add PLUGINS case to Feature enum
1 parent f611762 commit dfdd7d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Enum/Feature.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ enum Feature: string
6161
case USER_REACTIONS = 'userReactions';
6262
case CHAT_EMOJI_PICKER = 'chatEmojiPicker';
6363
case QUIZZES = 'quizzes';
64+
case PLUGINS = 'plugins';
6465
}

0 commit comments

Comments
 (0)