feat: 커뮤니티 댓글

- 유료 커뮤니티 구매시 비밀 댓글 쓰기 기능 추가
This commit is contained in:
2025-06-13 16:52:40 +09:00
parent 09a2a96596
commit 28388497b8
11 changed files with 139 additions and 42 deletions

View File

@@ -88,6 +88,7 @@ object Constants {
const val EXTRA_COMMUNITY_POST_ID = "community_post_id"
const val EXTRA_COMMUNITY_CREATOR_ID = "community_creator_id"
const val EXTRA_COMMUNITY_POST_COMMENT = "community_post_comment_id"
const val EXTRA_COMMUNITY_EXIST_ORDERED = "community_exist_ordered"
const val EXTRA_ALARM_ID = "alarm_id"
const val EXTRA_ROULETTE_AVAILABLE_ACTIVE = "roulette_available_active"