mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
add more information to annotationbulkmessage
This commit is contained in:
@@ -87,7 +87,10 @@ public class FailsafeAnnotationsProducer
|
||||
{
|
||||
var message = new Message(MessagePackSerializer.Serialize(new AnnotationBulkMessage
|
||||
{
|
||||
AnnotationNames = record.AnnotationNames.ToArray()
|
||||
AnnotationNames = record.AnnotationNames.ToArray(),
|
||||
AnnotationStatus = record.Operation,
|
||||
Email = _azaionApi.CurrentUser.Email,
|
||||
CreatedDate = record.DateTime
|
||||
})) { ApplicationProperties = appProperties };
|
||||
|
||||
messages.Add(message);
|
||||
|
||||
Reference in New Issue
Block a user