Ability to disable likes in a Space
Pretty much self-explanatory as a setting option. Am transitioning away from a Discord community server where I don't need the user engagement aspects of the like system (I also have leaderboards disabled).
Most everyone invited for testing wants a setting to turn off the heart icon (I know, easy to just ignore it but having the ability to disable it from the admin side would be a nice option). Tried searching to see if there was a hook to accomplish this in the mean time (but didn't find one).
However, since everyone has different needs, this could be made more comprehensive as suggested in this previous request where it can be an admin and user specified option (like IF it hasn't been disabled in the main space setting) while posting similar to how with YouTube, you can globally set the default option for showing the number of likes on a video, but can still enable/disable that for each video when uploading/editing it.
Thanks in advance!
the easiest solution would just be to use CSS to hide it. .fcom_reaction{display:none;}
