Rumorz display bugfix
Updates rumorz module to display the N latest rumors, rather than the first N rumors.
This commit is contained in:
parent
78af6fa522
commit
8d6de56e91
|
@ -172,7 +172,7 @@ exports.getModule = class RumorzModule extends MenuModule {
|
||||||
|
|
||||||
StatLog.getSystemLogEntries(
|
StatLog.getSystemLogEntries(
|
||||||
SystemLogKeys.UserAddedRumorz,
|
SystemLogKeys.UserAddedRumorz,
|
||||||
StatLog.Order.Timestamp,
|
StatLog.Order.TimestampDesc,
|
||||||
(err, entries) => {
|
(err, entries) => {
|
||||||
return callback(err, entriesView, entries);
|
return callback(err, entriesView, entries);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue