Spell adjust (#7050)
This commit is contained in:
parent
dd74643993
commit
561cd37c85
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ impl Database {
|
||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the visibiltity of the given channel.
|
/// Sets the visibility of the given channel.
|
||||||
pub async fn set_channel_visibility(
|
pub async fn set_channel_visibility(
|
||||||
&self,
|
&self,
|
||||||
channel_id: ChannelId,
|
channel_id: ChannelId,
|
||||||
|
|
|
@ -1263,7 +1263,7 @@ async fn rejoin_room(
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// leave room disonnects from the room.
|
/// leave room disconnects from the room.
|
||||||
async fn leave_room(
|
async fn leave_room(
|
||||||
_: proto::LeaveRoom,
|
_: proto::LeaveRoom,
|
||||||
response: Response<proto::LeaveRoom>,
|
response: Response<proto::LeaveRoom>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue