1
0
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:
Toby Zerner
2018-09-17 04:19:51 +09:30
committed by Franz Liedke
parent 7526b70cf5
commit 74fac8c206
5 changed files with 57 additions and 3 deletions

View File

@@ -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, {