mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:07:18 +09:00
commit
23163b5a99
@ -46,7 +46,8 @@ class Session {
|
||||
}
|
||||
|
||||
private get userName(): string {
|
||||
return `?[${getUserName(this.user)}](${config.host}/@${this.user.username})${titles.some(x => this.user.username.endsWith(x)) ? '' : 'さん'}`;
|
||||
const name = getUserName(this.user);
|
||||
return `?[${name}](${config.host}/@${this.user.username})${titles.some(x => name.endsWith(x)) ? '' : 'さん'}`;
|
||||
}
|
||||
|
||||
private get strength(): number {
|
||||
|
Loading…
x
Reference in New Issue
Block a user