Now we have special settings for the notification of each chat, can you provide this feature for groups as well? that each user can set himself which group he is a member of to receive notifications?
Lastly, keep in mind that sso-oauth is not deprecated, and will still be maintained. It's still a reference implementation for OAuth2 providers that follow the standard loosely. Also it happens to be the only OAuth 1 reference implementation.
Hi all,
I am trying to include a registration form in one of our landing pages and I just used the form exactly as used in the /register page and included a script like below.
<script> require(['forum/register'], function(register) { register.init(); }); </script>
But it doesn't seem to be working. Can some one point me in the right direction? Thanks