Browse Source

Merge pull request #3101 from pixelfed/staging

Staging
daniel 3 years ago
parent
commit
8c917e8996
4 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      config/federation.php
  3. BIN
      public/js/spa.js
  4. BIN
      public/mix-manifest.json

+ 3 - 0
CHANGELOG.md

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

+ 1 - 1
config/federation.php

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


BIN
public/mix-manifest.json