Personalisation: ServerApi
Some personalisation options are related directly to the server setup
Email company info
exports.COMPANY_INFO = {
app_name: 'Share App',
company_name: 'Share',
app_emailaddress: 'info@knowlephant.com',
address: 'Company address',
};exports.ENABLE_POST_SELF_DESTRUCT = true;Display settings suggestions switch
exports.ENABLE_CONTROL_SUGGESTIONS = true;
Globally set suggested people & posts based on user interests
Last updated