Skip to content

Commit

Permalink
Set Origin property of MemoryMessage (#1440)
Browse files Browse the repository at this point in the history
Co-authored-by: David Terins <[email protected]>
  • Loading branch information
davidterins and davte-beijer authored Nov 24, 2023
1 parent 665390f commit 3042416
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public Task<MediumMessage> StoreMessageAsync(string name, Message content, objec
{
DbId = message.DbId,
Name = name,
Origin = message.Origin,
Content = message.Content,
Retries = message.Retries,
Added = message.Added,
Expand Down

0 comments on commit 3042416

Please sign in to comment.