rDrama/files/assets/js/userpage_muting.js

10 lines
124 B
JavaScript

function unmute_notifs(t, url) {
postToast(t, url,
{
},
() => {
t.parentElement.parentElement.remove();
}
);
}