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