-
-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to fetch multiple comments from modlog by ids #5232
Comments
Why not just have a That's also not too ideal anyway, since its not going to show you the full history for that item. |
One example: It allows mods to go through and selectively approve comments after nuking a comment thread. 0clicks vs 20+ for large nukes (and more if you accidentally refresh…) Also it’s much easier for mods to audit another mods bulk comment removal actions |
yah agreed. That’s why I prefer old Lemmy behavior, where comment content of removed comments is available for mods on original request. In lieu of that, though… |
I think that's a good idea, just being able to reveal removed comments is a good thing for being able to see context in a removed thread. Probably also a good idea for the ones which were removed silently without modlog posts, which is the case with ones removed automatically alongside a ban. |
To be honest, this is one of the main issues we currently still have with upgrading. |
I thought that was fixed recently. #4699 |
I'm not sure, if it has I'm not seeing the effects of it. I don't think it has though since I'm still not able to see them on any of my servers. |
It would actually be pretty easy to return the content of removed comments only for admins. I made a PR for that in #5245. It doesnt mean that lemmy-ui will support this, so you may have to use different frontends or user scripts. It would also be much more complicated to do the same thing for mods (as each returned comment may belong to a different community). |
Yes it would be, although it will be a while before I can get to that, although it is a priority for |
@dessalines awesome. I can close this issue and open a new one to address showing removed comment content for mods, with a note that it is blocked until #4365 is done. Edit: Or that could just be a subtask of #4365. LMK what is preferred! |
Requirements
Is your proposal related to a problem?
This issue stems from #5230. Essentially, I want to allow mods to view removed comments in a thread view. Since Lemmy removed the comment content for mods, I have to fetch each comment view the mod log with a separate request. This is very inefficient, and it would be nice to provide a way to bulk fetch comments in the modlog by id.
This issue is important for mods because right now if a mod nukes a chain, it's really annoying to have to step through the chain and view the mod log for each comment just in order to view the comment content.
Describe the solution you'd like.
Bulk fetch comments in modlog by id
Describe alternatives you've considered.
The alternative, as per #5230 (and old lemmy behavior) is to provide the comment content when fetching a comment thread for mods.
Additional context
No response
The text was updated successfully, but these errors were encountered: