MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserClearNewTalkNotification ( $userIdentity, $oldid) | |
This hook is called before clearing the "You have new messages!" message. | |
Stable to implement.
Definition at line 11 of file UserClearNewTalkNotificationHook.php.
MediaWiki\User\Hook\UserClearNewTalkNotificationHook::onUserClearNewTalkNotification | ( | $userIdentity, | |
$oldid | |||
) |
This hook is called before clearing the "You have new messages!" message.
UserIdentity | $userIdentity | User that will clear the message |
int | $oldid | ID of the talk page revision being viewed (0 means the most recent one) |
Implemented in MediaWiki\HookContainer\HookRunner.