mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Merge branch 'topic'
This commit is contained in:
commit
3d33ef8083
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ export default defineComponent({
|
|||
|
||||
if (props.channel.topic !== newTopic) {
|
||||
const target = props.channel.id;
|
||||
const text = `/raw TOPIC ${props.channel.name} :${newTopic}`;
|
||||
const text = `/topic ${newTopic}`;
|
||||
socket.emit("input", {target, text});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue