mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 05:23:17 +00:00
commit
68d2a7b427
24 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
- New Discover layout with My Hashtags, My Memories, Account Insights, Find Friends and Server Timelines ([0b680099](https://github.com/pixelfed/pixelfed/commit/0b680099))
|
||||
- Fix private profile feed not loading for owner ([e950b3b2](https://github.com/pixelfed/pixelfed/commit/e950b3b2))
|
||||
- Add "Shared by" link to posts that opens a list of accounts that reblogged the post ([e4b4bfc1](https://github.com/pixelfed/pixelfed/commit/e4b4bfc1))
|
||||
- Notification filters ([537af6df](https://github.com/pixelfed/pixelfed/commit/537af6df))
|
||||
|
||||
### Updated
|
||||
- Updated MediaStorageService, fix remote avatar bug. ([1c20d696](https://github.com/pixelfed/pixelfed/commit/1c20d696))
|
||||
|
@ -78,6 +79,7 @@
|
|||
- Updated SpaController, handle web redirects. ([b6c6c85b](https://github.com/pixelfed/pixelfed/commit/b6c6c85b))
|
||||
- Updated presenter components, remove video poster attribute. ([4d612dfa](https://github.com/pixelfed/pixelfed/commit/4d612dfa))
|
||||
- Improved reblog api performance ([3ef6c9fe](https://github.com/pixelfed/pixelfed/commit/3ef6c9fe))
|
||||
- Updated ApiV1Controller, fix unlisted replies. ([c13bca76](https://github.com/pixelfed/pixelfed/commit/c13bca76))
|
||||
- ([](https://github.com/pixelfed/pixelfed/commit/))
|
||||
|
||||
## [v0.11.2 (2022-01-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.1...v0.11.2)
|
||||
|
|
|
@ -2581,7 +2581,7 @@ class ApiV1Controller extends Controller
|
|||
}
|
||||
|
||||
$data = $ids->map(function($post) use($pid) {
|
||||
$status = StatusService::get($post->id);
|
||||
$status = StatusService::get($post->id, false);
|
||||
|
||||
if(!$status || !isset($status['id'])) {
|
||||
return false;
|
||||
|
|
Binary file not shown.
BIN
public/js/daci-lzwv62dc.js
vendored
Normal file
BIN
public/js/daci-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/daci-u4wsacn.js
vendored
BIN
public/js/daci-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/dffc-lzwv62dc.js
vendored
Normal file
BIN
public/js/dffc-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/dffc-u4wsacn.js
vendored
BIN
public/js/dffc-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/dmyh-lzwv62dc.js
vendored
Normal file
BIN
public/js/dmyh-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/dmyh-u4wsacn.js
vendored
BIN
public/js/dmyh-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/dmym-lzwv62dc.js
vendored
Normal file
BIN
public/js/dmym-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/dmym-u4wsacn.js
vendored
BIN
public/js/dmym-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/dsfc-lzwv62dc.js
vendored
Normal file
BIN
public/js/dsfc-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/dsfc-u4wsacn.js
vendored
BIN
public/js/dsfc-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/dssc-lzwv62dc.js
vendored
Normal file
BIN
public/js/dssc-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/dssc-u4wsacn.js
vendored
BIN
public/js/dssc-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/home-lzwv62dc.js
vendored
Normal file
BIN
public/js/home-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/home-u4wsacn.js
vendored
BIN
public/js/home-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/manifest.js
vendored
BIN
public/js/manifest.js
vendored
Binary file not shown.
BIN
public/js/post-lzwv62dc.js
vendored
Normal file
BIN
public/js/post-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/post-u4wsacn.js
vendored
BIN
public/js/post-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/profile-lzwv62dc.js
vendored
Normal file
BIN
public/js/profile-lzwv62dc.js
vendored
Normal file
Binary file not shown.
BIN
public/js/profile-u4wsacn.js
vendored
BIN
public/js/profile-u4wsacn.js
vendored
Binary file not shown.
BIN
public/js/spa.js
vendored
BIN
public/js/spa.js
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue