git » sdk » commit dcb1f1f

Type annotation for cpp output

author Stephen Paul Weber
2026-04-27 19:10:20 UTC
committer Stephen Paul Weber
2026-04-27 19:10:20 UTC
parent e154bf8087ed26868528041bd30fb98ef090bca9

Type annotation for cpp output

borogove/Chat.hx +1 -1

diff --git a/borogove/Chat.hx b/borogove/Chat.hx
index a712306..109b231 100644
--- a/borogove/Chat.hx
+++ b/borogove/Chat.hx
@@ -635,7 +635,7 @@ abstract class Chat {
 	/**
 		Tags on this Chat
 	**/
-	public function getTags() {
+	public function getTags(): Array<String> {
 		return extensions.allTags("group", "jabber:iq:roster").map(g -> g.getText());
 	}