• Joined on 2024-10-16
tudbut commented on pull request AkkomaGang/akkoma#846 2025-06-24 16:43:14 +00:00
Add backfilling of posts

is this the usage of the horror ID you mean?

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 22:57:15 +00:00
Add backfilling of posts

this push includes a mix format which changed a few files that aren't related. i had been avoiding this before by restoring such files on every format but i hope its fine to just commit them

tudbut pushed to develop at tudbut/akkoma 2025-02-11 22:56:11 +00:00
30529de4d6 implement changes as requested
tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 22:54:20 +00:00
Add backfilling of posts

okay so i just re-discovered why i didnt use the tests: i get about a hundred failures for irrelevant reasons like these URLs or somehow broken MRF policies

![image](/attachments/d97ed1db-e5a9-4…

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 08:18:55 +00:00
Add backfilling of posts

aside: i love this collection name in the tests image

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 08:05:19 +00:00
Add backfilling of posts

found default parameter in documentation :D

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 08:04:07 +00:00
Add backfilling of posts

i took example from users_add_inboxes: image

and it doesnt seem like an argument specifying default exists for the function

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 08:01:56 +00:00
Add backfilling of posts

i do think it makes sense to have it, but its obviously external to the PR's subject. ill remove it if desired

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 08:01:07 +00:00
Add backfilling of posts

awesome, thank you. simplified to remove conditional

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 07:59:33 +00:00
Add backfilling of posts

replaced by if !is_nil

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 07:59:10 +00:00
Add backfilling of posts

thanks, but i dont fear merge conflicts anymore :p

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 07:57:17 +00:00
Add backfilling of posts

ill do 30 mins as default

tudbut commented on pull request AkkomaGang/akkoma#846 2025-02-11 07:54:41 +00:00
Add backfilling of posts

Yeah i was using it for debug output but then removed that.

tudbut commented on pull request AkkomaGang/akkoma#846 2025-01-22 00:11:26 +00:00
Add backfilling of posts

how did i miss that! probably forgot that if statements exist or something :P

tudbut commented on pull request AkkomaGang/akkoma#846 2025-01-22 00:08:05 +00:00
Add backfilling of posts

good idea, will do!

tudbut commented on pull request AkkomaGang/akkoma#846 2025-01-22 00:07:30 +00:00
Add backfilling of posts

good catch! luckily an easy fix :D will do tomorrow

tudbut commented on pull request AkkomaGang/akkoma#846 2025-01-17 19:28:24 +00:00
Add backfilling of posts

Okay! Hope this is good now. If so, I think that would be all in terms of what you requested, but let me know if I've missed anything!

tudbut pushed to develop at tudbut/akkoma 2025-01-17 19:27:10 +00:00
92e9ca0faf only backfetch when logged in
117a63172f reimplement outbox fetching timeout
Compare 2 commits »
tudbut commented on pull request AkkomaGang/akkoma#846 2025-01-17 17:59:04 +00:00
Add backfilling of posts

I have now added the cachex bit. Ill be pushing this once i have verified it still works, and will next be looking at the logged in users restriction.

tudbut pushed to develop at tudbut/akkoma 2025-01-05 05:23:38 +00:00
6d9fda9a24 dont reverse the outbox when fetching it