1
0
mirror of https://github.com/flarum/core.git synced 2025-10-22 04:06:37 +02:00
Files
php-flarum/ember/app/components/application/notification-discussion-renamed.js
Toby Zerner bc9be30a02 More powerful/extensible notifications
- Notifications can be delivered in multiple ways (alert, email)
- Different notification types can implement interfaces to allow
themselves to be delivered in these various ways
- User preferences for each notification type/method combination are
automatically registered
2015-03-28 15:43:58 +10:30

4 lines
82 B
JavaScript

import Notification from './notification';
export default Notification.extend();