kopia lustrzana https://github.com/nextcloud/social
Fix isBoost computed property
Signed-off-by: Louis Chemineau <louis@chmn.me>pull/1647/head
rodzic
34ad2e43fd
commit
e2da02512a
src/components
|
@ -84,11 +84,9 @@ export default {
|
|||
isNotification() {
|
||||
return this.item.type !== undefined
|
||||
},
|
||||
/**
|
||||
* @return {boolean}
|
||||
*/
|
||||
/** @return {boolean} */
|
||||
isBoost() {
|
||||
return this.reblog !== null
|
||||
return this.status.reblog !== null
|
||||
},
|
||||
/** @return {import('../types/Mastodon.js').Notification} */
|
||||
notification() {
|
||||
|
|
Ładowanie…
Reference in New Issue