mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 11:55:24 +02:00
Parse chat links to make them clickable
This commit is contained in:
@ -295,6 +295,9 @@ function fill_discord_messages(messages, jumpscroll) {
|
||||
last = message.id;
|
||||
}
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, "slow");
|
||||
$('#chatcontent').linkify({
|
||||
target: "_blank"
|
||||
});
|
||||
return last;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user