mirror of
https://github.com/flarum/core.git
synced 2025-10-22 04:06:37 +02:00
- 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
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
import Notification from './notification';
|
|
|
|
export default Notification.extend();
|