mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 13:01:26 +00:00
commit
922da916b7
22 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
- Update Like model, increase rate limit to 500 likes per day ([ab7676f9](https://github.com/pixelfed/pixelfed/commit/ab7676f9))
|
||||
- Update ComposeController, fix validation issue ([80e6a5a9](https://github.com/pixelfed/pixelfed/commit/80e6a5a9))
|
||||
- Update reply view, fix visibility filtering ([d419af4b](https://github.com/pixelfed/pixelfed/commit/d419af4b))
|
||||
- Update AP helpers, ingest attachments in replies ([c504e643](https://github.com/pixelfed/pixelfed/commit/c504e643))
|
||||
- ([](https://github.com/pixelfed/pixelfed/commit/))
|
||||
|
||||
## [v0.11.4 (2022-10-04)](https://github.com/pixelfed/pixelfed/compare/v0.11.3...v0.11.4)
|
||||
|
|
|
@ -496,6 +496,9 @@ class Helpers {
|
|||
if($reply_to == null) {
|
||||
self::importNoteAttachment($activity, $status);
|
||||
} else {
|
||||
if(isset($activity['attachment']) && !empty($activity['attachment'])) {
|
||||
self::importNoteAttachment($activity, $status);
|
||||
}
|
||||
StatusReplyPipeline::dispatch($status);
|
||||
}
|
||||
|
||||
|
|
BIN
public/js/daci.chunk.4e49bec856ffd88e.js
vendored
BIN
public/js/daci.chunk.4e49bec856ffd88e.js
vendored
Binary file not shown.
BIN
public/js/daci.chunk.fc282ba63a43593c.js
vendored
Normal file
BIN
public/js/daci.chunk.fc282ba63a43593c.js
vendored
Normal file
Binary file not shown.
BIN
public/js/discover~findfriends.chunk.53fdd18a929791f0.js
vendored
Normal file
BIN
public/js/discover~findfriends.chunk.53fdd18a929791f0.js
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/js/discover~memories.chunk.1cb17840dc8aea5f.js
vendored
Normal file
BIN
public/js/discover~memories.chunk.1cb17840dc8aea5f.js
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/js/discover~myhashtags.chunk.8cbed746da3c3307.js
vendored
Normal file
BIN
public/js/discover~myhashtags.chunk.8cbed746da3c3307.js
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/js/discover~serverfeed.chunk.a24b7b8c20612b1b.js
vendored
Normal file
BIN
public/js/discover~serverfeed.chunk.a24b7b8c20612b1b.js
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/js/discover~settings.chunk.9e385ba7c7242192.js
vendored
Normal file
BIN
public/js/discover~settings.chunk.9e385ba7c7242192.js
vendored
Normal file
Binary file not shown.
BIN
public/js/home.chunk.8c3769fdc92892bd.js
vendored
BIN
public/js/home.chunk.8c3769fdc92892bd.js
vendored
Binary file not shown.
BIN
public/js/home.chunk.c5608f771be873ca.js
vendored
Normal file
BIN
public/js/home.chunk.c5608f771be873ca.js
vendored
Normal file
Binary file not shown.
BIN
public/js/manifest.js
vendored
BIN
public/js/manifest.js
vendored
Binary file not shown.
BIN
public/js/post.chunk.02abe63d47f8d51e.js
vendored
Normal file
BIN
public/js/post.chunk.02abe63d47f8d51e.js
vendored
Normal file
Binary file not shown.
BIN
public/js/post.chunk.a99f16eef68087b8.js
vendored
BIN
public/js/post.chunk.a99f16eef68087b8.js
vendored
Binary file not shown.
BIN
public/js/profile.chunk.cdad3298b78ff083.js
vendored
Normal file
BIN
public/js/profile.chunk.cdad3298b78ff083.js
vendored
Normal file
Binary file not shown.
BIN
public/js/profile.chunk.eb0b0c1747789bd3.js
vendored
BIN
public/js/profile.chunk.eb0b0c1747789bd3.js
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue