add: dedicated responses tab for profiles
This commit is contained in:
parent
9ba6320d46
commit
07a23f505b
24 changed files with 332 additions and 55 deletions
|
@ -242,8 +242,12 @@ impl DataManager {
|
|||
Ok(if data.role.check(CommunityPermission::REQUESTED) {
|
||||
"Join request sent".to_string()
|
||||
} else {
|
||||
self.add_achievement(&mut user.clone(), AchievementName::JoinCommunity.into())
|
||||
.await?;
|
||||
self.add_achievement(
|
||||
&mut user.clone(),
|
||||
AchievementName::JoinCommunity.into(),
|
||||
true,
|
||||
)
|
||||
.await?;
|
||||
|
||||
"Community joined".to_string()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue