Merge pull request #1482 from turt2live/travis/presence

Implement user-controlled presence
This commit is contained in:
Matthew Hodgson 2017-11-14 23:53:16 +00:00 committed by GitHub
commit f05958e334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 234 additions and 22 deletions

View file

@ -30,6 +30,10 @@ const FEATURES = [
id: 'feature_pinning',
name: _td("Message Pinning"),
},
{
id: 'feature_presence_management',
name: _td("Presence Management"),
},
];
export default {