We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7361512 commit 1f614f0Copy full SHA for 1f614f0
schemas/meta.fbs
@@ -1,6 +1,11 @@
1
2
table NdbEventMeta {
3
received_at:int;
4
+ reactions:int;
5
+ quotes:int;
6
+ reposts:int;
7
+ zaps:int;
8
+ zap_total:long;
9
}
10
11
root_type NdbEventMeta;
0 commit comments