diff --git a/NostrStreamer/Services/UserService.cs b/NostrStreamer/Services/UserService.cs index 5b42bbb..c31fa33 100644 --- a/NostrStreamer/Services/UserService.cs +++ b/NostrStreamer/Services/UserService.cs @@ -168,7 +168,7 @@ public class UserService Type = t.Type == PaymentType.Withdrawal ? BalanceHistoryItemType.Debit : BalanceHistoryItemType.Credit, Description = t.Type == PaymentType.Withdrawal ? "Withdrawal" - : (t.Type == PaymentType.Credit ? "Admin Credit" : ""), + : (t.Type == PaymentType.Credit ? "Admin Credit" : (t.Type == PaymentType.Zap ? t.Nostr : "")), Amount = t.Amount / 1000m }) .Union(_db.Streams