mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 17:53:01 +02:00
Compare commits
4 commits
77c572c49a
...
e903390b98
Author | SHA1 | Date | |
---|---|---|---|
|
e903390b98 |
||
|
5f35ebbce0 |
||
|
af33e40539 |
||
|
609e239436 |
2 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ sed -i 's/^offline = true$//' .cargo/config.toml
|
||||||
%cargo_build
|
%cargo_build
|
||||||
|
|
||||||
# Here's the one legally required mystery incantation in this file.
|
# Here's the one legally required mystery incantation in this file.
|
||||||
# Some of our dependencies have source files which are (for some reason) marked as excutable.
|
# Some of our dependencies have source files which are (for some reason) marked as executable.
|
||||||
# Files in .cargo/registry/ are copied into /usr/src/ by the debuginfo machinery
|
# Files in .cargo/registry/ are copied into /usr/src/ by the debuginfo machinery
|
||||||
# at the end of the build step, and then the BRP shebang mangling script checks
|
# at the end of the build step, and then the BRP shebang mangling script checks
|
||||||
# the entire buildroot to find executable files, and fails the build because
|
# the entire buildroot to find executable files, and fails the build because
|
||||||
|
|
|
@ -949,6 +949,6 @@ pub(super) async fn force_leave_remote_room(
|
||||||
.boxed()
|
.boxed()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
self.write_str(&format!("{user_id} has been removed from {room_id} via a remote server.",))
|
self.write_str(&format!("{user_id} has been joined to {room_id}.",))
|
||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue