Signaling reference pass, bugfixing reference to deserialized blob

This commit is contained in:
rockstardev
2020-06-15 00:36:50 -05:00
parent f072ec3a8c
commit 2c44c25b25
3 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ namespace BTCPayServer.Services.Notifications.Blobs
public string Version { get; set; }
public override void FillViewModel(NotificationViewModel vm)
public override void FillViewModel(ref NotificationViewModel vm)
{
vm.Body = $"New version {Version} released!";
vm.ActionLink = $"https://github.com/btcpayserver/btcpayserver/releases/tag/v{Version}";