| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-30 19:47:31 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-30 19:47:31 UTC |
| parent | cf554f617a096bf52c092c3fb184588e459fd998 |
| borogove/Reaction.hx | +4 | -2 |
diff --git a/borogove/Reaction.hx b/borogove/Reaction.hx index a105955..742bd76 100644 --- a/borogove/Reaction.hx +++ b/borogove/Reaction.hx @@ -24,8 +24,10 @@ class Reaction { public final timestamp: String; @:allow(borogove) private final text: String; - @:allow(borogove) - private final key: String; + /** + Key for grouping reactions + **/ + public final key: String; @:allow(borogove) private final envelopeId: Null<String>;