makew0rld / gemlikes

A liking and comment system for the Gemini protocol.
GNU Affero General Public License v3.0
51 stars 5 forks source link

Added Global Likes Disable option to config file #7

Closed steven-kraft closed 3 years ago

steven-kraft commented 3 years ago

Added a "disable_likes" option to the config file, disabling likes globally on the server and resolving #5

makew0rld commented 3 years ago

Thanks for adding this! But the config is already loaded in shared.SafeInit. It would be better if whether likes are disabled or not was stored in a global variable that could be retrieved, rather than loading the config again.

steven-kraft commented 3 years ago

Sorry, I should've thought of that =P I think it should be good now. Let me know!

makew0rld commented 3 years ago

Looks good, thanks!