Skip to content

Commit

Permalink
Add unbanned time to /tg/ exported bans (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbah committed Jul 16, 2023
1 parent e98ca72 commit af6713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CentCom.Server/External/Raw/TgRawBan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Ban AsBan(BanSource source)
CKey = CKey,
UnbannedBy = UnbannedBy,
Reason = Reason,
Expires = ExpirationTime,
Expires = UnbannedAt ?? ExpirationTime,
SourceNavigation = source
};

Expand Down

0 comments on commit af6713c

Please sign in to comment.