mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
Moved highestSeenByTopic to the Discourse.Session
This commit is contained in:
@ -16,9 +16,6 @@ Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
||||
// Are we currently scrolling?
|
||||
scrolling: false,
|
||||
|
||||
// The highest seen post number by topic
|
||||
highestSeenByTopic: {},
|
||||
|
||||
// Helps with integration tests
|
||||
URL_FIXTURES: {},
|
||||
|
||||
|
Reference in New Issue
Block a user