2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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