ドメインは常にPunycodeで保存するように
This commit is contained in:
parent
4d64fd665e
commit
33a9783ae5
11 changed files with 31 additions and 29 deletions
|
|
@ -24,7 +24,7 @@ export default class extends Channel {
|
|||
if (!(
|
||||
this.user.id === note.userId ||
|
||||
this.following.includes(note.userId) ||
|
||||
note.user.host === null
|
||||
note.user.host == null
|
||||
)) return;
|
||||
|
||||
if (['followers', 'specified'].includes(note.visibility)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue