mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Fully implement links management and mentions handling settings for both embed page and server side
This commit is contained in:
@ -521,6 +521,9 @@
|
||||
});
|
||||
funct.fail(function(data) {
|
||||
Materialize.toast('Failed to send message.', 10000);
|
||||
for (var i = 0; i < data.responseJSON.illegal_reasons.length; i++) {
|
||||
Materialize.toast(data.responseJSON.illegal_reasons[i], 10000);
|
||||
}
|
||||
});
|
||||
funct.catch(function(data) {
|
||||
if (data.status == 429) {
|
||||
|
Reference in New Issue
Block a user