Skip to content
Snippets Groups Projects
Commit ee45bca3 authored by Alexander Kovalev's avatar Alexander Kovalev
Browse files

Merge branch 'MRM-4965' into 'release/v0.15'

MRM-4965 BE - Notification - creating storage of sent notifications

See merge request mashroom/backend/messaging!33
parents 87a39b58 a94ed30a
Branches release/v0.15
Tags b0.15.0 b0.15.1
No related merge requests found
This diff is collapsed.
......@@ -48,6 +48,9 @@ enum EmbedType {
EMBED_TYPE_TOKEN = 26;
EMBED_TYPE_DOCUMENT = 27;
EMBED_TYPE_MORTGAGE_LEAD = 28;
EMBED_TYPE_INVOICE = 29;
EMBED_TYPE_PAYMENT = 30;
EMBED_TYPE_LISTING = 31;
}
enum Presence {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment