We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should have:
ObjectId
enum
new topic
invited to forum
timestamp
boolean
Mixed
The text was updated successfully, but these errors were encountered:
[models:notification] Removed topic from type enum #1071
abc3e29
[notifications] Added notification URL property #1071 #1126 #1074
a894eb3
e16cdb7
6560fbe
eea1e49
6d84d22
sachalifs
No branches or pull requests
It should have:
ObjectId
enum
with the type of notification, e.g.:new topic
,invited to forum
, etctimestamp
boolean
indicating wether the notification was seen by the userMixed
containing any data the notification needs, like reference to other documents for instanceObjectId
reference to the userboolean
indicating wether it's a backend operation (send signup email) or a business logic notification (new topic published)The text was updated successfully, but these errors were encountered: