summaryrefslogtreecommitdiffstats
path: root/matterclient
diff options
context:
space:
mode:
Diffstat (limited to 'matterclient')
-rw-r--r--matterclient/matterclient.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go
index 1bac634e..37530480 100644
--- a/matterclient/matterclient.go
+++ b/matterclient/matterclient.go
@@ -576,6 +576,10 @@ func (m *MMClient) GetStatus(userId string) string {
return "offline"
}
+func (m *MMClient) GetTeamId() string {
+ return m.Team.Id
+}
+
func (m *MMClient) StatusLoop() {
for {
if m.WsQuit {