mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Improve readability a little
This commit is contained in:
parent
0d9bc1f1e5
commit
ddcdfbd584
@ -182,6 +182,7 @@ export default class Connection {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* チャンネルから切断
|
* チャンネルから切断
|
||||||
|
* @param id チャンネルコネクションID
|
||||||
*/
|
*/
|
||||||
@autobind
|
@autobind
|
||||||
private disconnectChannel(id: string) {
|
private disconnectChannel(id: string) {
|
||||||
@ -193,6 +194,10 @@ export default class Connection {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* チャンネルへメッセージ送信要求時
|
||||||
|
* @param data メッセージ
|
||||||
|
*/
|
||||||
@autobind
|
@autobind
|
||||||
private onChannelMessageRequested(data: any) {
|
private onChannelMessageRequested(data: any) {
|
||||||
const channel = this.channels.find(c => c.id === data.id);
|
const channel = this.channels.find(c => c.id === data.id);
|
||||||
|
Loading…
Reference in New Issue
Block a user