mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:01:20 +08:00
FIX: Change /bookmarks URL back to topic list and add bookmark poster avatars (#9759)
* Changes the /bookmarks URL to show the original "topics filtered by bookmark" list instead of redirecting to user activity bookmarks (see https://meta.discourse.org/t/domain-com-bookmarks-is-showing-domain-com-u-user-activity-bookmarks-with-reminders/149252/12) * Add the user avatar for the user who made the post that is bookmarked
This commit is contained in:
@ -419,7 +419,9 @@ export default {
|
||||
highest_post_number: 5,
|
||||
bumped_at: "2020-04-06T05:20:00.172Z",
|
||||
slug: "yelling-topic-title",
|
||||
username: "someguy"
|
||||
post_user_username: "someguy",
|
||||
post_user_name: "Some Guy",
|
||||
post_user_avatar_template: "/letter_avatar/someguy/{size}/3_f9720745f5ce6dfc2b5641fca999d934.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user