Enable crosswiki notifications and minor UI fixes in displaying notif… (#1540)

* Enable crosswiki notifications and minor UI fixes in displaying notifications

* Added java docs
This commit is contained in:
Vivek Maskara 2018-05-24 18:24:31 +05:30 committed by neslihanturan
parent 41acb76bd8
commit 2a0b9d8a0b
11 changed files with 247 additions and 23 deletions

View file

@ -444,8 +444,8 @@ public class ApacheHttpClientMediaWikiApi implements MediaWikiApi {
.param("notprop", "list")
.param("format", "xml")
.param("meta", "notifications")
// .param("meta", "notifications")
.param("notformat", "model")
.param("notwikis", "wikidatawiki|commonswiki|enwiki")
.get()
.getNode("/api/query/notifications/list");
} catch (IOException e) {