mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Alpha 2 Notifications #171

Open wpillar opened 9 years ago

wpillar commented 9 years ago
euantorano commented 9 years ago

Just putting a note in here that I'd love to see hooks when creating alerts to possibly add push notifications via a plugin :wink:

036 commented 8 years ago

Will this be using Laravel echo?

euantorano commented 8 years ago

I've not had a chance to look at it properly, so it depends on how well it fits our needs.

On 16 Nov 2016, at 14:10, Paradigm notifications@github.com wrote:

Will this be using Laravel echo?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Stefan-MyBB commented 8 years ago

AFAIK Laravel Echo either uses Pusher.com (a paid 3rd party service) or Redis and Socket.io. The basic functionality should work without such dependencies.

euantorano commented 8 years ago

That would definitely count that out then.

On 16 Nov 2016, at 16:53, Stefan T. notifications@github.com wrote:

AFAIK Laravel Echo either uses Pusher.com (a paid 3rd party service) or Redis and Socket.io. The basic functionality should work without such dependencies.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.