Quote from: "Spuds" – I'd say yes ... clears when you select the notification from the list but not when you click mark read .... easy fix.
Should be fixed now ... this was a result of a previous change i made that enforced the dispatch and action sequence, better security. That controller did things lazy and that is not supported any longer. Could be other areas like that so be on the lookout!
Finished the admin menu update, man that was a lot of work and back and forth cuz really there is no one correct layout. Anyway its a lot better (i think at least)
Update the emoji image packages to v16/v17 (unicode) they were at v14 ... so that added a few new ones. Also chose to use GitHub naming for the :name: can't remember what was used the first time, but there are really no defacto standards ...
Fixed a strange dispatch path that allowed the dispatcher to maybe bypass the action controller which was not noticeable but could have some less than ideal side effects.
Fixed a couple of minor issues from the previous PM refactor (actually one issue was pre ElkArte) due to some wrong boolean math. Ah well ... generally harmless.