element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

[SDK] Room Widget Permissions / Persist and honor across all clients #3377

Closed BillCarsonFr closed 5 years ago

BillCarsonFr commented 5 years ago

See https://github.com/vector-im/riot-meta/pull/311 Related to https://github.com/vector-im/user-stories/issues/7

Add new API in SDK to store and retreive permission in cross platform granular settings for widget permission

Event type: im.vector.setting.allowed_widgets

Levels: Only room-account

Content:


{
    "widgets": {
        "<event ID of widget>": true
    }
}