commit 1f614f07e17fd9c0c23b97d9b0eefacefdbd3f9c parent 7361512ece1648e04536e3fdbbe7753c02590f95 Author: William Casarin <jb55@jb55.com> Date: Sat, 7 Oct 2023 22:34:04 -0700 update metadata schema Diffstat:
M | schemas/meta.fbs | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/schemas/meta.fbs b/schemas/meta.fbs @@ -1,6 +1,11 @@ table NdbEventMeta { received_at:int; + reactions:int; + quotes:int; + reposts:int; + zaps:int; + zap_total:long; } root_type NdbEventMeta;