FEATURE: remove star concept from Discourse

This commit is contained in:
Sam
2015-01-07 12:19:23 +11:00
parent fa8493118b
commit efc717c14a
35 changed files with 50 additions and 448 deletions

View File

@ -56,7 +56,7 @@ module Discourse
class CSRF < Exception; end
def self.filters
@filters ||= [:latest, :unread, :new, :starred, :read, :posted]
@filters ||= [:latest, :unread, :new, :read, :posted]
end
def self.feed_filters