forked from mirror/pixelfed
Update GroupStatus.vue
This commit is contained in:
parent
d723e207fd
commit
56f02fde79
1 changed files with 3 additions and 0 deletions
|
@ -593,6 +593,9 @@
|
|||
get() {
|
||||
if(this.prestatus) {
|
||||
const gid = this.prestatus.gid;
|
||||
if(this.prestatus.content == null) {
|
||||
return ""
|
||||
}
|
||||
return autoLink(
|
||||
this.prestatus.content,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue