mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Fix topic exploit
This commit is contained in:
parent
890c751bb6
commit
ef041d6612
1 changed files with 0 additions and 4 deletions
|
@ -314,10 +314,6 @@ $(function() {
|
|||
}
|
||||
});
|
||||
|
||||
socket.on("topic", function(data) {
|
||||
$("#chan-" + data.chan).find(".header .topic").html(data.topic);
|
||||
});
|
||||
|
||||
socket.on("users", function(data) {
|
||||
var users = chat.find("#chan-" + data.chan).find(".users").html(render("user", data));
|
||||
var nicks = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue