수정: 북마크 페이지의 활동 셀 링크가 bookmarkable_type이 Topic이 아닌 경우 /t/undefined를 반환합니다

When bookmarking an item besides topic/post (e.g. chat), the post_id in the activity cell of /activity/bookmarks will be underfined, after the lastPostUrl(highestPostNumber)function, the highest_post_number will be /t/undefined, and linking to the Access Denied while trying to load /t/id_for/undefined You're not allowed to view that. page.

This commit changed the link under such circumstance to the exactthis.bookmarkable_url, so that the issue is solved.

https://github.com/discourse/discourse/pull/36843