1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Hide message pinning behind a labs setting

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston
2017-10-14 16:40:10 -06:00
parent 838b9957da
commit 8a641c7173
3 changed files with 7 additions and 1 deletions

View File

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