Skip to content

chore(config): recatore next batch of Talk App configs to new AppConfig Framework - #19169

Open
sudormant wants to merge 2 commits into
mainfrom
refactor/config/RefactorTalkConfigToAppConfig6
Open

chore(config): recatore next batch of Talk App configs to new AppConfig Framework#19169
sudormant wants to merge 2 commits into
mainfrom
refactor/config/RefactorTalkConfigToAppConfig6

Conversation

@sudormant

Copy link
Copy Markdown
Contributor

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

…ig framework

Signed-off-by: Christian Lorang <christian.lorang@nextcloud.com>
@sudormant sudormant added this to the ☃️ Next Major (36) milestone Aug 27, 2026
@sudormant sudormant self-assigned this Aug 27, 2026
@sudormant sudormant added feature: settings ⚙️ Settings and config related issues feature: api 🛠️ OCS API for conversations, chats and participants feature: integration 📦 Integration with 3rd party (chat) service labels Aug 27, 2026
Comment thread docs/settings.md Outdated
| `call_end_to_end_encryption` | bool | `false` | No | 🖌️ | Whether clients should end-to-end encrypt streams in calls (Only supported with High-performance backend) |
| `inactivity_lock_after_days` | int | `0` | No | | A duration (in days) after which rooms are locked. Calculated from the last activity in the room. |
| `inactivity_enable_lobby` | bool | `false` | No | | Additionally enable the lobby for inactive rooms so they can only be read by moderators. |
| `backgrounds_branded_for_guests` | bool` | `false` | No | | Whether guests are allowed to use the virtual backgrounds provided via `themes/talk-backgrounds/` |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `backgrounds_branded_for_guests` | bool` | `false` | No | | Whether guests are allowed to use the virtual backgrounds provided via `themes/talk-backgrounds/` |
| `backgrounds_branded_for_guests` | bool | `false` | No | | Whether guests are allowed to use the virtual backgrounds provided via `themes/talk-backgrounds/` |

| invite | participant2 |
And the following "spreed" app config is set
| delete_one_to_one_conversations | 1 |
| delete_one_to_one_conversations | ttrue |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| delete_one_to_one_conversations | ttrue |
| delete_one_to_one_conversations | true |

Comment thread lib/Config.php Outdated

public function getPlaySoundsDefaultForGuests(): bool {
return $this->appConfig->getAppValueBool('guests_play_sounds', true);
return $this->appConfig->getAppValueBool(self::GUESTS_PLAY_SOUNDS, true);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return $this->appConfig->getAppValueBool(self::GUESTS_PLAY_SOUNDS, true);
return $this->appConfig->getAppValueBool(self::GUESTS_PLAY_SOUNDS);

Should work?

…ig framework, typo fixes

Signed-off-by: Christian Lorang <christian.lorang@nextcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: api 🛠️ OCS API for conversations, chats and participants feature: integration 📦 Integration with 3rd party (chat) service feature: settings ⚙️ Settings and config related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants