Page MenuHomePhabricator

76 items in notice group doesnt mark as read.
Open, Needs TriagePublicBUG REPORT

Description

I have a notice group with 76 items (every notice item is from another wiki). If i click on mark as read, so in the result the notice group doesn't mark as read.

Every time i see (on wiki):

no_mark.png (204×511 px, 19 KB)

Event Timeline

Thanks to T302047, I now have 89 cross-wiki notifications, mostly thanking me for my first edit on a wiki. Trying to mark them all as read silently errors.

API request:

{
	"GET": {
		"scheme": "https",
		"host": "lez.wikipedia.org",
		"filename": "/w/api.php",
		"query": {
			"action": "query",
			"format": "json",
			"formatversion": "2",
			"meta": "notifications",
			"notsections": "message",
			"notformat": "model",
			"notlimit": "25",
			"notprop": "list|count|seenTime",
			"uselang": "en",
			"notwikis": "dvwiki|ikwiki|iawiki|chywiki|csbwiki|dtywiki|kshwiki|angwiki|frpwiki|bat_smgwiki|maiwiki|gnwiki|kuwiki|crwiki|kwwiki|lldwiki|krcwiki|amwiki|kswiki|arwiki|ruewiki|mnwwiki|szywiki|eewiki|guwiki|nsowiki|fiu_vrowiki|shwiki|cewiki|jamwiki|xhwiki|sewiki|zh_classicalwiki|yiwiki|gorwiki|tyvwiki|vlswiki|arzwiki|tewiki|tywiki|akwiki|zeawiki|mywiki|gagwiki|tetwiki|banwiki|cuwiki|suwiki|astwiki|pihwiki|nqowiki|tumwiki|glkwiki|sawiki|lmowiki|pcdwiki|furwiki|nawiki|ffwiki|biwiki|tgwiki|iewiki|zuwiki|bugwiki|roa_tarawiki|jbowiki|iswiki|scwiki|extwiki|eowiki|satwiki|htwiki|abwiki|gcrwiki|ganwiki|ladwiki|nywiki|fywiki|zawiki|stqwiki|liwiki|lijwiki|tkwiki|frrwiki|iowiki",
			"notfilter": "!read",
			"_": ***
		},
		"remote": {
			"Address": ***
		}
	}
}

Response:

{
	"error": {
		"code": "toomanyvalues",
		"info": "Too many values supplied for parameter \"notwikis\". The limit is 50.",
		"limit": 50,
		"lowlimit": 50,
		"highlimit": 500,
		"docref": "See https://lez.wikipedia.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
	},
	"servedby": "mw1363"
}

Trying it from Commons (where I have adminship, and thus apihighlimits), the notifications are marked as read as expected.