Merge pull request #1670 from nextcloud/artonge/fix/boosted_statuses

Use boost status in boost annoncements
pull/1673/head
Louis 2023-03-17 09:59:22 +01:00 zatwierdzone przez GitHub
commit d9702a36bb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -66,6 +66,8 @@ export default {
entryContent() {
if (this.isNotification) {
return this.notification.status
} else if (this.isBoost) {
return this.status.reblog
} else {
return this.item
}