lemmy/crates/apub/src
phiresky b35757b429
Improve api response times by doing send_activity asynchronously (#3493)
* do send_activity after http response

* move to util function

* format

* fix prometheus

* make synchronous federation configurable

* cargo fmt

* empty

* empty

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-10 12:27:49 +02:00
..
activities Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
api fix(posts/comments/search): return error on invalid community name (#3418) 2023-07-04 13:04:38 +02:00
collections Remove actix_rt & use standard tokio spawn (#3158) 2023-06-26 10:24:11 +02:00
fetcher Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
http Remove not needed anymore http-signature-normalization-actix dependency (#3458) 2023-07-04 12:14:37 +02:00
objects Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00
protocol improve performance of community followers inbox query (#3482) 2023-07-05 11:50:26 -04:00
activity_lists.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
lib.rs Improve api response times by doing send_activity asynchronously (#3493) 2023-07-10 12:27:49 +02:00
mentions.rs Remove redundant calls to Iterator::collect (#3365) 2023-06-28 11:19:26 +02:00