• Joined on 2024年03月03日
freamon commented on issue rimu/pyfedi#1357 2025年10月02日 13:06:45 +02:00
API: "incorrect_login" error when any exception occurs in the api

There's not much point me assigning Issues to myself then, I guess.

freamon commented on issue rimu/pyfedi#1357 2025年10月02日 04:20:19 +02:00
API: "incorrect_login" error when any exception occurs in the api

It's presently set so that only community owners can add moderators. I can change it so that any mods can add other mods, but I'm currently struggling to get Lemmy to accept the ActivityPub:

![S...

freamon pushed to main at rimu/pyfedi 2025年09月30日 18:59:19 +02:00
ad686a8e8b fix: file not added for 'Post-marshmallow api adjustments' commit
freamon pushed to main at rimu/pyfedi 2025年09月30日 18:26:59 +02:00
cff71f95ac (hopefully temporary) fix for Boost thinking all comment threads are locked
freamon pushed to main at rimu/pyfedi 2025年09月30日 17:59:04 +02:00
bbc67b002f Fix for api validation error thrown for old chat messages without an ap_id
freamon closed issue rimu/pyfedi#1356 2025年09月30日 17:25:56 +02:00
API Docs: FeaturePostRequest.feature_type should be enum
freamon pushed to main at rimu/pyfedi 2025年09月30日 17:25:56 +02:00
e219ba76eb Document api feature_type and post_type as enums, fixes #1356
freamon pushed to main at rimu/pyfedi 2025年09月30日 16:54:10 +02:00
ccb4ad306a Post-marshmallow api adjustments
freamon commented on issue rimu/pyfedi#1363 2025年09月29日 22:21:28 +02:00
Owner of moved community not changed with ownership update

community.user_id isn't normally used - it's only updated when communities are moved. What you're seeing in the sidebar looks to be intended (in that it checks for owners in the normal way, and...

freamon commented on issue rimu/pyfedi#1363 2025年09月29日 21:44:07 +02:00
Owner of moved community not changed with ownership update

This specific problem isn't related to caching. No caches are particularly long, and the relevant cache for this is only 5 minutes (so if the sidebar is saying the wrong thing, the worst-case...

freamon pushed to main at rimu/pyfedi 2025年09月29日 00:53:51 +02:00
85f5d89b73 Federate reports compliant with Lemmy, fixes #1350
00f3b44c23 api: Add 'description' and 'report_remote' to ReportPostRequest to match ReportCommentRequest
Compare 2 commits »
freamon closed issue rimu/pyfedi#1350 2025年09月29日 00:53:51 +02:00
Reports not federating out
freamon closed issue rimu/pyfedi#1353 2025年09月27日 17:22:33 +02:00
Bug: When clicking into reply notifications for an event post, it errors
freamon created pull request rimu/pyfedi#1359 2025年09月27日 04:52:49 +02:00
Accept 'page_cursor' for api post/list without adding it to the schema
freamon pushed to schema at rimu/pyfedi 2025年09月27日 04:50:20 +02:00
fb99c5c9b2 Accept 'page_cursor' for api post/list without adding it to the schema
freamon created branch schema in rimu/pyfedi 2025年09月27日 04:50:20 +02:00
freamon pushed to main at rimu/pyfedi 2025年09月27日 04:00:40 +02:00
49611a8c14 Use DefaultSchema instead of Schema for LikePostRequest so additional fields (like 'auth') are silently excluded, fixes #1355
freamon closed issue rimu/pyfedi#1355 2025年09月27日 04:00:40 +02:00
API Docs: LikePost has extraneous auth field
freamon commented on issue rimu/pyfedi#1355 2025年09月26日 17:46:16 +02:00
API Docs: LikePost has extraneous auth field

2e7678bf30

I don't know why it was added, and why it was only added to LikePost. Some apps (e.g. Boost and Thunder) do...