ワードミュート (#6594)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
This commit is contained in:
syuilo
2020-07-27 13:34:20 +09:00
committed by GitHub
parent b5a1fdd4c7
commit cf43dd6ec5
32 changed files with 485 additions and 12 deletions

View File

@@ -15,6 +15,10 @@ export default abstract class Channel {
return this.connection.user;
}
protected get userProfile() {
return this.connection.userProfile;
}
protected get following() {
return this.connection.following;
}