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:
parent
fa8493118b
commit
efc717c14a
35 changed files with 50 additions and 448 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue