-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subscriptions key validation #126
Comments
@simukappu I also have this issue ! |
I can give you more information about the problem... I can solve my problem by replacing the
by :target_id
|
Merged
I've recognized this mongoid subscription bug from v2.1.0. Thank you for your feedback! |
gladly |
Confirmed and merged your pull request #128. Thank you! |
Thank you! |
Just released as v2.1.2. Thank you for your contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, first of all, I wanted to impregnate you for the work you've done. I just implemented this gem in a very big application, even if it took me 2 days, thanks to you, I gained a lot more!
I was able to easily implement slack as well as other notification thanks to base and everything works very well.
There's still something I don't understand or that I had to do wrong, but I don't understand why when a user save his subscription for a given key for example
message.reply
then no other user can subscribe to this key, and those because of this validationactivity_notification/lib/activity_notification/orm/mongoid/subscription.rb
Line 31 in 3dc335d
I think that each user can subscribe to the same key no?
The text was updated successfully, but these errors were encountered: