You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if you want to disable a social media API, you need to comment out the code.
Each API should be a plugin that can be toggled with an environment variable - e.g. ENABLED_APIS=facebook,twitter,discord.
Right now, if you want to disable a social media API, you need to comment out the code.
Each API should be a plugin that can be toggled with an environment variable - e.g.
ENABLED_APIS=facebook,twitter,discord.