mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Signaling reference pass, bugfixing reference to deserialized blob
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user