forked from GNUsocial/gnu-social
Bad caching parameter
This commit is contained in:
parent
edf2879021
commit
e2680b1f13
@ -42,7 +42,7 @@ class FileNoticeStream extends ScopingNoticeStream
|
|||||||
$profile = Profile::current();
|
$profile = Profile::current();
|
||||||
}
|
}
|
||||||
parent::__construct(new CachingNoticeStream(new RawFileNoticeStream($file),
|
parent::__construct(new CachingNoticeStream(new RawFileNoticeStream($file),
|
||||||
'file:notice-ids:'.$this->url),
|
'file:notice-ids:'.$this->file->id),
|
||||||
$profile);
|
$profile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user