add: request-to-join communities
add: private joined communities setting add: "void" community add: ability to delete communities
This commit is contained in:
parent
3a8af17154
commit
d0c1fbcf9a
20 changed files with 669 additions and 122 deletions
|
@ -96,7 +96,7 @@ impl DataManager {
|
|||
} {
|
||||
return Err(e);
|
||||
} else if data.is_like {
|
||||
let community = self.get_community_by_id(data.asset).await.unwrap();
|
||||
let community = self.get_community_by_id_no_void(data.asset).await.unwrap();
|
||||
|
||||
if community.owner != user.id {
|
||||
if let Err(e) = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue