FEATURE: remove bookmark button in activity feed

This commit is contained in:
Régis Hanol
2014-05-09 17:49:39 +02:00
parent 9125453628
commit bc3de84ebf
15 changed files with 110 additions and 40 deletions

View File

@ -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,