FIX: Show the Bookmark button for PM topics (#9659)
There is no point in suppressing this now that we have bookmark reminders.
This commit is contained in:
parent
6fb0f36ce1
commit
be48e503fd
|
@ -84,7 +84,7 @@ export default {
|
||||||
});
|
});
|
||||||
|
|
||||||
registerTopicFooterButton({
|
registerTopicFooterButton({
|
||||||
dependentKeys: ["topic.bookmarked", "topic.isPrivateMessage"],
|
dependentKeys: ["topic.bookmarked"],
|
||||||
id: "bookmark",
|
id: "bookmark",
|
||||||
icon() {
|
icon() {
|
||||||
if (this.get("topic.bookmark_reminder_at")) {
|
if (this.get("topic.bookmark_reminder_at")) {
|
||||||
|
@ -120,9 +120,6 @@ export default {
|
||||||
action: "toggleBookmark",
|
action: "toggleBookmark",
|
||||||
dropdown() {
|
dropdown() {
|
||||||
return this.site.mobileView;
|
return this.site.mobileView;
|
||||||
},
|
|
||||||
displayed() {
|
|
||||||
return !this.get("topic.isPrivateMessage");
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue