1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix issue with profile chat meta loading

This commit is contained in:
RaidMax
2023-08-29 12:31:00 -05:00
parent a2e5e94b02
commit d9df5f02a5
2 changed files with 7 additions and 4 deletions

View File

@ -469,6 +469,8 @@ public class Plugin : IPluginV2
ClientId = request.ClientId,
Before = request.Before,
SentBefore = request.Before ?? DateTime.UtcNow,
SentAfter = request.After,
After = request.After,
Count = request.Count,
IsProfileMeta = true
};