Single post
jump to replies#SmolFedi is a lightweight, no-JavaScript Fediverse client written in #PHP.
v1.2.2 is available
- Better postion of the reply panel in thread of discussion
- Better semantic tags usage
- Add accessibility details (aria)
- In api, manage X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset from the headers
- Add account prefs choices : Default CW message, Reveal all content warnings, Show all sensitive media
- User profile edition
- Add [bot] marker in bots profiles
- Permit to view full size avatar from profile page. Add title to avatar images
- Stay on the same page (when possible) when switching account. Stay on the same page when answering a poll
- Follow/unfollow hashtags
- Manage filters (create/delete) in prefs
- Display instance Announcements
9 visible replies; 4 more replies hidden or not public
back to top@adele
things I've noticed so far (smolfedi 1.2.2)
- newlines are lost and html entities are displayed in edits, looks like raw db data is arriving in the textarea
- delete bookmark button has a flag icon instead of an X icon
great work!
@venelles
"delete bookmark button has a flag icon instead of an X icon". It is normal. the flag is the symbol for bookmark. This button works the same way as Fav (with star icon) and Reblog (with circular arrow icon). They are orange if active.
Hi Adële,
I may have found a bug in smolfedi?
example post:
#####
sebsauvage <@sebsauvage> post dated 2026-04-25 15:48
@ButterflyOfFire
...
#####
my Smolfedi:
@ButterflyOfFire is a link to:
https://smolfedi.wittamore.fr/post.php?a=0&url=https%3A%2F%2Fmstdn.fr%2F%40ButterflyOfFire
which shows the error message
"Error: Could not resolve this post on your instance."
my Snac2 interface:
@ButterflyOfFire is a link to:
https://mstdn.fr/@ButterflyOfFire
which opens the public page of @ButterflyOfFire
@venelles I have not found a similar problem, even with the original post I've found
But I've tried a correction available in last main branch of the repository.
Could you try it ?
to be precise, if I use smolfedi with my mastodon.social account I don't see a problem.
I see the problem when I use smolfedi with my snac2 instance. With your latest update the problem remains but the error message has changed to "Error: No account ID provided."
I see it in posts in the home timeline, and in replies.
My snac2 instance account is philip@social.wittamore.fr
Let me know if you need an account to test
just to add: I reinstalled my snac2 instance last night thinking I may have messed it up (I replaced git clone with the debian package) but nothing changed. What's odd is that in my snac2 web interface I don't see the problem.
another thing I noticed: if a post is too long it seems to dissapear without an error message
@venelles I don't understand the use case. Which kind of post ? A post you have just posted does not appear ? A post of another user ? How can you post something too long, the textarea used to input your text is controlled to not overflow the max length set by your fediverse instance.
Sorry to have bothered you with this, but I tried pasting in the textarea and posting to you twice and the posts just disappeared. When I went to the mastodon.social web interface and pasted the text again it told me the post was too long. So I guessed that was the problem.
Edit: I can't repeat whatever I did.