Merge pull request #3310 from pixelfed/staging

Staging
This commit is contained in:
daniel 2022-03-12 21:03:20 -07:00 committed by GitHub
commit cca89495c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@
- 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))
- Full screen preview on photo albums ([ac40fde1](https://github.com/pixelfed/pixelfed/commit/ac40fde1))
### Updated
- Updated MediaStorageService, fix remote avatar bug. ([1c20d696](https://github.com/pixelfed/pixelfed/commit/1c20d696))

BIN
public/js/compose-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/daci-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/dffc-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/dmyh-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/dmym-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/dsfc-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/dssc-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/home-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/manifest.js vendored

Binary file not shown.

BIN
public/js/post-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/profile-bhtmr32w.js vendored Normal file

Binary file not shown.

BIN
public/js/profile.js vendored

Binary file not shown.

BIN
public/js/rempos.js vendored

Binary file not shown.

BIN
public/js/rempro.js vendored

Binary file not shown.

BIN
public/js/spa.js vendored

Binary file not shown.

BIN
public/js/status.js vendored

Binary file not shown.

BIN
public/js/timeline.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -21,8 +21,8 @@ return [
'blockingAccounts' => 'Блокировка аккаунтов',
'safetyTips' => 'Советы по безопасности',
'reportSomething' => 'Жалобы',
'dataPolicy' => 'Конфиденциальность'
'dataPolicy' => 'Конфиденциальность',
'taggingPeople' => 'Отметки людей'
'taggingPeople' => 'Отметки людей',
];