test #420

Merged
klaus merged 9 commits from test into main 2026-05-01 06:40:59 +00:00
Showing only changes of commit dfb97fba80 - Show all commits

View File

@@ -252,7 +252,7 @@ class MemberService(
gender = gender,
signupDate = signUpDate,
chargeCount = chargeCount,
role = member.role,
role = if (member.role == MemberRole.CREATOR) MemberRole.CREATOR else MemberRole.USER,
messageNotice = member.notification?.message,
followingChannelLiveNotice = member.notification?.live,
followingChannelUploadContentNotice = member.notification?.uploadContent,