Skip to content

Commit

Permalink
refs #4719 all bridge services have a channel key
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier authored and backportbot[bot] committed Dec 18, 2020
1 parent 55722d1 commit 287a99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/MatterbridgeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ private function generateConfig(array $bridge): string {
} elseif ($type === 'steam') {
$content .= sprintf(' chatid = "%s"', $part['chatid']) . "\n\n";
}
$content .= "\n";
}

return $content;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default {
placeholder: t('spreed', 'Password'),
icon: 'icon-category-auth',
},
chatid: {
channel: {
type: 'text',
placeholder: t('spreed', 'Chat ID'),
icon: 'icon-group',
Expand Down Expand Up @@ -394,7 +394,7 @@ export default {
placeholder: t('spreed', 'Team ID'),
icon: 'icon-category-auth',
},
threadid: {
channel: {
type: 'text',
placeholder: t('spreed', 'Thread ID'),
icon: 'icon-group',
Expand Down

0 comments on commit 287a99b

Please sign in to comment.