this post was submitted on 31 Jul 2025
14 points (93.8% liked)

PieFed Meta

1371 readers
87 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 2 years ago
MODERATORS
 

Follow-up: Where can I further research how these technicalities work so as to not spam this community further?

top 6 comments
sorted by: hot top controversial new old
[–] rimu@piefed.social 6 points 1 day ago (2 children)
[–] wjs018@piefed.social 2 points 1 day ago

Hmm, this could be a way to update notifications if the post or comment is edited as well.

[–] tisktisk@piefed.social 2 points 1 day ago (1 children)

So in truth, I should have checked there before posting here. I suppose this is a good lesson to learn, but now I'm unsure if it's best to remove the post altogether or leave it to disallow others to repeat my goof?

[–] wjs018@piefed.social 5 points 1 day ago

Posting here is totally fine. Not everybody has a codeberg account or has any idea what git is. Feel free to ask away wherever makes the most sense to you.

If you do feel like poking around in the code, you might want to hop on chat.piefed.social or matrix to chat through questions or issues you might have.

[–] asudox@lemmy.asudox.dev 4 points 1 day ago* (last edited 1 day ago) (1 children)

Where can I further research how these technicalities work so as to not spam this community further?

The source code.

There is a nice codebase overview by the dev, so you should be able to find where that is being handled, unless it's a frontend thing, at which point you'd need to inspect the frontend code and/or the API.

Repo: https://codeberg.org/rimu/pyfedi

Codebase overview: https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/

API docs: https://freamon.github.io/piefed-api/

[–] tisktisk@piefed.social 1 points 1 day ago

Would a python review be necessary or nahh?