Conversation:
Notices
-
I didn't like the way deleted notices were turning up on my profile, so I wrote a GNUSocial plugin to make them prettier. It's probably a good way to reaquaint myself with PHP and hack away at the GNUSocial code. https://github.com/faulteh/gs-prettydelete
- MMN-o ✅⃠ repeated this.
-
@faulteh Better yet, put it directly in the renderer! In !gnusocial there's a plugin called ActivityModeration, which handles the 'delete' verb, you could probably add the function 'showNoticeContent' to it (copy the barebone version from the file lib/activityhandlerplugin.php). Instead of outputting the stored content it could do something like $out->element('em', […