Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Haijo7/snac2:mastodon-profile-header into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Haijo7/snac2:masto-api-user-type into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/45
|
|
|
|
|
|
|
|
|
|
|
|
|
|
poesty/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This way, the (potentially expensive and slow) call to
timeline_request_replies() is detached from actions like
replying a message from the web ui.
|
|
|
|
This function downloads and stores all replies to a message, recursively.
Increases traffic.
Mastodon instances request the user actor again and again without caching
(when the 'replies' Collection is downloaded). Maybe I'm not doing something
correctly?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|