kopia lustrzana https://github.com/pixelfed/pixelfed
Update GroupStatus.vue
rodzic
d723e207fd
commit
56f02fde79
|
|
@ -593,6 +593,9 @@
|
|||
get() {
|
||||
if(this.prestatus) {
|
||||
const gid = this.prestatus.gid;
|
||||
if(this.prestatus.content == null) {
|
||||
return ""
|
||||
}
|
||||
return autoLink(
|
||||
this.prestatus.content,
|
||||
{
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue