浏览代码

Merge pull request #3309 from pixelfed/staging

Staging
daniel 3 年之前
父节点
当前提交
68d2a7b427

+ 2 - 0
CHANGELOG.md

@@ -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)

+ 1 - 1
app/Http/Controllers/Api/ApiV1Controller.php

@@ -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;

二进制
public/js/compose-u4wsacn.js → public/js/compose-lzwv62dc.js


二进制
public/js/daci-lzwv62dc.js


二进制
public/js/daci-u4wsacn.js


二进制
public/js/dffc-lzwv62dc.js


二进制
public/js/dffc-u4wsacn.js


二进制
public/js/dmyh-lzwv62dc.js


二进制
public/js/dmyh-u4wsacn.js


二进制
public/js/dmym-lzwv62dc.js


二进制
public/js/dmym-u4wsacn.js


二进制
public/js/dsfc-lzwv62dc.js


二进制
public/js/dsfc-u4wsacn.js


二进制
public/js/dssc-lzwv62dc.js


二进制
public/js/dssc-u4wsacn.js


二进制
public/js/home-lzwv62dc.js


二进制
public/js/home-u4wsacn.js


二进制
public/js/manifest.js


二进制
public/js/post-lzwv62dc.js


二进制
public/js/post-u4wsacn.js


二进制
public/js/profile-lzwv62dc.js


二进制
public/js/profile-u4wsacn.js


二进制
public/js/spa.js


二进制
public/mix-manifest.json