Hello,
in the release description of abp v0.9.00 there is this section :
Notification System
Notification system has effected from multitenancy changes. We introduced a new entity, TenantNotificationInfo, to distribute notifications to tenant users. Also changed existing entities a little to support separated database approach. See Module Zero section below for details on database migrations.
But I can't find any detail in the documentation. It's possible to have more description on that? does it allow to send a notification to all tenant's users without having them to subscribe first?
Thanks
1 Answer(s)
-
0
Hi,
We dont have any other documentation but you can take a look at notification documentation <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System">http://aspnetboilerplate.com/Pages/Docu ... ion-System</a>. The logic of this documentation haven't changed.
You can send notification to different tenant users by giving array of UserIdentifiers to NotificationPublisher.PublishAsync method. But "Abp.Notifications.ReceiveNotifications" setting must be true for those users.