mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Fix commas in folded NICK messages
This commit is contained in:
parent
e76e71c968
commit
2c1e4b7bea
@ -242,7 +242,7 @@ class FoldGroup extends Component {
|
|||||||
|
|
||||||
byCommand["NICK"].forEach((msg) => {
|
byCommand["NICK"].forEach((msg) => {
|
||||||
if (first) {
|
if (first) {
|
||||||
first = true;
|
first = false;
|
||||||
} else {
|
} else {
|
||||||
content.push(", ");
|
content.push(", ");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user