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