mirror of
https://github.com/flarum/core.git
synced 2025-07-16 22:31:18 +02:00
Database changes (#16)
* Add foreign keys * Rename table * Use whereColumn * Update core attribute names
This commit is contained in:
committed by
Franz Liedke
parent
7526b70cf5
commit
74fac8c206
@@ -13,7 +13,7 @@ export default class PostLikedNotification extends Notification {
|
||||
|
||||
content() {
|
||||
const notification = this.props.notification;
|
||||
const user = notification.sender();
|
||||
const user = notification.fromUser();
|
||||
const auc = notification.additionalUnreadCount();
|
||||
|
||||
return app.translator.transChoice('flarum-likes.forum.notifications.post_liked_text', auc + 1, {
|
||||
|
Reference in New Issue
Block a user