mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FEATURE: remove bookmark button in activity feed
This commit is contained in:
@ -103,6 +103,7 @@ SQL
|
||||
|
||||
builder = SqlBuilder.new("
|
||||
SELECT
|
||||
a.id,
|
||||
t.title, a.action_type, a.created_at, t.id topic_id,
|
||||
a.user_id AS target_user_id, au.name AS target_name, au.username AS target_username,
|
||||
coalesce(p.post_number, 1) post_number,
|
||||
|
Reference in New Issue
Block a user