add: ability to join/leave/be banned from communities
This commit is contained in:
parent
f3c2157dfc
commit
619184d02e
28 changed files with 618 additions and 197 deletions
|
@ -7,7 +7,7 @@ macro_rules! write_template {
|
|||
($into:ident->$path:literal($as:expr) --config=$config:ident) => {
|
||||
std::fs::write(
|
||||
$into.join($path),
|
||||
crate::assets::replace_in_html($as, &$config).await,
|
||||
$crate::assets::replace_in_html($as, &$config).await,
|
||||
)
|
||||
.unwrap();
|
||||
};
|
||||
|
@ -29,7 +29,7 @@ macro_rules! write_template {
|
|||
|
||||
std::fs::write(
|
||||
$into.join($path),
|
||||
crate::assets::replace_in_html($as, &$config).await,
|
||||
$crate::assets::replace_in_html($as, &$config).await,
|
||||
)
|
||||
.unwrap();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue