forked from I2P_Developers/i2p.i2p
Update: Fix registered version of feed blocklist after update
This commit is contained in:
@ -718,8 +718,7 @@ class NewsFetcher extends UpdateRunner {
|
||||
f.setLastModified(ble.updated);
|
||||
String upd = Long.toString(ble.updated);
|
||||
_context.router().saveConfig(PROP_BLOCKLIST_TIME, upd);
|
||||
_mgr.notifyVersionAvailable(this, _currentURI, BLOCKLIST, Blocklist.ID_FEED, HTTP,
|
||||
null, upd, "");
|
||||
_mgr.notifyInstalled(BLOCKLIST, Blocklist.ID_FEED, upd);
|
||||
}
|
||||
if (_log.shouldWarn())
|
||||
_log.warn("Processed " + ble.entries.size() + " blocks and " + ble.removes.size() + " unblocks from news feed");
|
||||
|
Reference in New Issue
Block a user