Make sure everyone can see resend invite option (#988)

pull/1710/head
SessionHero01 1 month ago committed by GitHub
parent 737cffc74a
commit 119a3e7cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -403,7 +403,7 @@ private fun MemberActionSheet(
)
}
if (BuildConfig.DEBUG && member.canResendInvite) {
if (member.canResendInvite) {
this += ActionSheetItemData(
title = "Resend invitation",
iconRes = R.drawable.ic_mail,

Loading…
Cancel
Save