When I test in my browser's console with any Wikipedia, (new mw.echo.api.EchoApi()).markAllRead( 'local', 'all' ); has no effect,
but only markAllRead( 'local', [ 'message', 'alert' ] ); works.
It is not the spec, I guess.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Handle the missing 'all' type as specified in the doc | mediawiki/extensions/Echo | master | +11 -5 |
Event Timeline
Comment Actions
Change 652212 had a related patch set uploaded (by Lens0021; owner: Lens0021):
[mediawiki/extensions/Echo@master] Allow 'all' for ApiEchoMarkRead's sections param
Comment Actions
Change 652212 merged by jenkins-bot:
[mediawiki/extensions/Echo@master] Handle the missing 'all' type as specified in the doc