That will be done automatically once we update js client to use the latest backend structs, and then update lemmy-ui to use the latest js client.
Lemmy Lead Developer and father of two children.
I also develop Ibis, a federated wiki.
That will be done automatically once we update js client to use the latest backend structs, and then update lemmy-ui to use the latest js client.
cc @dessalines@lemmy.ml
Distinguish as moderator is only for comments, while feature is only for posts. Both of these are similar but different. I suppose we could rename “distinguish” to “feature” as well?
For mod actions there is a simple api response field can_mod, and its always false if the other user is a higher ranking mod or admin. We dont distinguish between can_remove, can_feature etc because that would get too complicated.
Opened an issue for RBlind themes, but darkly themes look just fine here. Any screenshots or more details?
https://github.com/LemmyNet/lemmy/blob/main/crates/db_schema/src/impls/local_user.rs#L68
Like I said, this is basically expected behaviour. Otherwise you would get an error every time you submit changes to user profile without changing any LocalUser value. For example only changing bio would throw an error because its stored in Person table, so LocalUser would have an empty update query. I suppose we could change it to explicitly check if every field is empty.
And making the whole settings import fail because of a single value thats too long also doesnt sound good.
Feel free to open an issue to discuss possible solutions, but its not a clear bug which can be easily fixed.
I changed the rate limit for imports to 10 per hour now.
Thats because a too long username will make the update query fail, but we are updating errors from that specific query. Otherwise there would be errors all the time from empty update queries. Not a big problem imo, making profile import from 0.19 work perfectly would be too much effort.
Here is the change to reduce max displayname length. As you can see existing names are truncated.
I went through all your replies in this thread (at least the ones in my notifications) and open issues or made fixes for them. Thanks for your effort! I hope you will do more testing once we publish the next beta version.
Makes sense, fixed that.
Wow I didnt think that there are still problems like this on the web. Will be difficult to fix as we dont use iOS devices. Do you know if there is any workaround?
Feel free to open an issue for these. At the moment theres no time for new features because someone reported so many bugs :P
In this case thumbnails are still shown small. Only direct image uploads are shown larger.
Right its a problem on mobile. Fix here: https://github.com/LemmyNet/lemmy-ui/pull/4164
The fix for profile import works by ignoring all the profile settings. Thats because there are too many differences between 0.19 and 1.0 to make it easily work.
For displayname length: https://github.com/LemmyNet/lemmy-ui/issues/4156
Not sure what you mean with private comm, I can cancel my pending subscribe just fine either from the community list, or in the sidebar when viewing the community directly.
Any more details on this? For me its working fine with back button and then press enter for the “Are you sure you want to leave?” dialog.
This stuff was implemented completely wrong.
https://github.com/LemmyNet/lemmy/pull/6524
Thanks for all your testing!
Seems like the photo was taken with a really crappy camera. Or someone just put a yellow filter over it.