Iceshrimp.NET/Iceshrimp.Backend/Core
Kopper 94328a3eef [backend] Use a stack instead of queue when backfilling
This makes each reply chain load completely before loading the next
chain, instead of the current behavior that loads all replies of one
depth before loading the next "layer".

This won't make much of a difference *now*, but should result in more
intuitive behavior when live updating of newly loaded replies gets
implemented.
2024-11-06 20:02:29 +01:00
..
Configuration [shared] Only compute version info once 2024-11-03 22:43:28 +01:00
Database [backend] Switch to TimeSpan extension method for easier code readability 2024-10-30 18:27:18 +01:00
Events [backend/events] Add events for user follow/mute/block (& their respective opposites) (ISH-218, ISH-219) 2024-03-26 18:12:23 +01:00
Extensions [backend/startup] Reference help shortlinks instead of directing to the wiki 2024-11-05 23:41:20 +01:00
Federation [backend] Directly render ASReject 2024-11-03 13:02:12 +10:00
Helpers [backend] Fix typo 2024-11-02 22:56:52 +01:00
Middleware [backend] Switch to TimeSpan extension method for easier code readability 2024-10-30 18:27:18 +01:00
Policies [backend/core] Add ForceFollowerOnly rewrite policy 2024-10-11 04:26:50 +02:00
Queues [backend] Use a stack instead of queue when backfilling 2024-11-06 20:02:29 +01:00
Services [backend/core] Catch failed resolves in ImportFollowingAsync 2024-11-06 00:32:34 +10:00
Tasks [backend/core] Fix AsChunkedAsyncEnumerable pagination 2024-09-26 02:14:20 +02:00