mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 08:26:19 +02:00
Better alt value
This commit is contained in:
@@ -35,7 +35,7 @@ export default Vue.extend({
|
||||
|
||||
computed: {
|
||||
alt(): string {
|
||||
return this.customEmoji ? this.customEmoji.name : this.char;
|
||||
return this.customEmoji ? `:${this.customEmoji.name}:` : this.char;
|
||||
},
|
||||
|
||||
useOsDefaultEmojis(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user