You've already forked matrix-react-sdk
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:
@@ -30,6 +30,10 @@ const FEATURES = [
|
||||
id: 'feature_groups',
|
||||
name: _td("Groups"),
|
||||
},
|
||||
{
|
||||
id: 'feature_pinning',
|
||||
name: _td("Message Pinning"),
|
||||
},
|
||||
];
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user