We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37b2026 + 4aa9c62 commit ecfbe5dCopy full SHA for ecfbe5d
1 file changed
βdata/src/main/kotlin/team/aliens/dms/android/data/notification/model/NotificationTopic.ktβ
@@ -3,7 +3,7 @@ package team.aliens.dms.android.data.notification.model
3
import team.aliens.dms.android.network.notification.model.BatchUpdateNotificationTopicRequest
4
5
enum class NotificationTopic {
6
- NOTICE, STUDY_ROOM_TIME_SLOT, STUDY_ROOM_APPLY, POINT, OUTING,
+ NOTICE, STUDY_ROOM_TIME_SLOT, STUDY_ROOM_APPLY, POINT, OUTING, DAYBREAK_STUDY_APPLICATION,
7
;
8
9
data class Subscription(
0 commit comments