Added setDisplayName RPC

This commit is contained in:
Caleb James DeLisle
2017-08-17 18:09:17 +02:00
parent 0b34ceb0eb
commit 2490ee253f
3 changed files with 26 additions and 1 deletions

View File

@@ -41,4 +41,7 @@ define({
// iframe and synchronized with the other users. This will not trigger a EV_METADATA_UPDATE
// because the metadata contained in EV_METADATA_UPDATE does not contain the pad title.
'Q_SET_PAD_TITLE_IN_DRIVE': true,
// Update the user's display-name which will be shown to contacts and people in the same pads.
'Q_SETTINGS_SET_DISPLAY_NAME': true,
});