mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-14 23:50:33 +03:00
Fix missing ToArray call when serializing message reactions to JSON
This commit is contained in:
parent
c94808a15f
commit
6837b05b0d
@ -191,7 +191,7 @@ namespace DHT.Server.Database.Export {
|
||||
r["a"] = reaction.EmojiFlags.HasFlag(EmojiFlags.Animated);
|
||||
r["c"] = reaction.Count;
|
||||
return r;
|
||||
});
|
||||
}).ToArray();
|
||||
}
|
||||
|
||||
channelData[message.Id.ToString()] = obj;
|
||||
|
Loading…
x
Reference in New Issue
Block a user