nextcloud / talk_matterbridge

This app brings the Matterbridge binary to your server to connect Nextcloud Talk with other chat services
https://apps.nextcloud.com/apps/talk_matterbridge
GNU Affero General Public License v3.0
40 stars 7 forks source link

Feature Request: Add option to change nicknames and prefix nicknames #73

Closed Saroufim closed 5 days ago

Saroufim commented 2 years ago

I tried deleting the predefined nicknames from the *.toml file directly but it just gets immediately recreated. It would be convenient if we can customize it instead of having the standard "nctalk1" "name".

EvoXCX commented 2 years ago

Where did you get toml file ? As workaround you can try to lock file for the moment with chattr +i config.toml

Saroufim commented 2 years ago

I'm configuring the files under /tmp. Are there other copies in other directories?

webagroprom commented 2 years ago

Were you able to change your name?

Saroufim commented 2 years ago

No, it would get rewritten every time

JaneIsContributing commented 5 days ago

There was recently some activity on the Matterbridge settings area: https://github.com/nextcloud/spreed/pull/13768 So maybe raising an issue in the https://github.com/nextcloud/spreed repository could solve this?

This repository here is only downloading the Matterbridge binary and linking it into the Talk application configuration, and does not actually provide the user interface or settings. So I will close this issue here.