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

Source/Download

Demo instance

#smolweb #fediverse

9 visible replies; 4 more replies hidden or not public

back to top
Philip Wittamore , @venelles@mastodon.social
(open profile)

@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.

Philip Wittamore , @venelles@mastodon.social
(open profile)

@adele

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:
smolfedi.wittamore.fr/post.php
which shows the error message
"Error: Could not resolve this post on your instance."

my Snac2 interface:
@ButterflyOfFire is a link to:
mstdn.fr/@ButterflyOfFire
which opens the public page of @ButterflyOfFire

Philip Wittamore , @venelles@mastodon.social
(open profile)

@adele

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

@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.

Philip Wittamore , @venelles@mastodon.social
(open profile)

@adele

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.