|
@@ -653,6 +653,9 @@ converse.plugins.add('converse-muc', {
|
|
|
*/
|
|
|
addFieldValue (field) {
|
|
|
const type = field.getAttribute('type');
|
|
|
+ if (type === 'fixed') {
|
|
|
+ return field;
|
|
|
+ }
|
|
|
const fieldname = field.getAttribute('var').replace('muc#roomconfig_', '');
|
|
|
const config = this.get('roomconfig');
|
|
|
if (fieldname in config) {
|