mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Fixed constants name
This commit is contained in:
parent
ef7d786e9e
commit
7df905a988
@ -23,15 +23,15 @@ class Notification {
|
||||
const POST_TIMER = "post_timer";
|
||||
const POST_SURVEY = "post_survey";
|
||||
const COMMENT = "comment";
|
||||
const FRIENDSHIP_REQUEST = "friend";
|
||||
const FRIENDSHIP_REQUEST = "friend_request";
|
||||
|
||||
/**
|
||||
* Event type
|
||||
*/
|
||||
const COMMENT_CREATED = "comment_created";
|
||||
const SENT_FRIEND_REQUEST = "sent_friend_request";
|
||||
const ACCEPTED_FRIEND_REQUEST = "accepted_request";
|
||||
const REJECTED_FRIEND_REQUEST = "rejected_request";
|
||||
const ACCEPTED_FRIEND_REQUEST = "accepted_friend_request";
|
||||
const REJECTED_FRIEND_REQUEST = "rejected_friend_request";
|
||||
const ELEM_CREATED = "elem_created";
|
||||
const ELEM_UPDATED = "elem_updated";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user