mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Ability to dismiss notifications about a support answer
This commit is contained in:
parent
6cea8dc01b
commit
0b7221efe6
@ -117,6 +117,9 @@ define([
|
||||
common.openURL('/support/');
|
||||
defaultDismiss(common, data)();
|
||||
};
|
||||
if (!content.archived) {
|
||||
content.dismissHandler = defaultDismiss(common, data);
|
||||
}
|
||||
};
|
||||
|
||||
handlers['REQUEST_PAD_ACCESS'] = function (common, data) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user