Merge pull request #3101 from pixelfed/staging

Staging
This commit is contained in:
daniel 2021-12-29 02:10:13 -07:00 committed by GitHub
commit 8c917e8996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,9 @@
- Added UI Settings modal and fixed height media previews setting ([f2467e71](https://github.com/pixelfed/pixelfed/commit/f2467e71))
- Set max-width of 1440px for larger screens ([af68872a](https://github.com/pixelfed/pixelfed/commit/af68872a))
### Configuration
- Enable network timeline by default ([b95aec12](https://github.com/pixelfed/pixelfed/commit/b95aec12))
### Added
- Manual email verification requests. ([bc659387](https://github.com/pixelfed/pixelfed/commit/bc659387))
- Added StatusMentionService, fixes #3026. ([e5387d67](https://github.com/pixelfed/pixelfed/commit/e5387d67))

View file

@ -40,6 +40,6 @@ return [
'enabled' => env('WEBFINGER', true)
],
'network_timeline' => env('PF_NETWORK_TIMELINE', false)
'network_timeline' => env('PF_NETWORK_TIMELINE', true)
];

BIN
public/js/spa.js vendored

Binary file not shown.

Binary file not shown.