From 06e8f14c8a25703091568eae692097f33d3daa86 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 1 May 2018 21:04:25 +0300 Subject: Re-add function that was accidentally removed --- matrix/matrix.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'matrix') diff --git a/matrix/matrix.go b/matrix/matrix.go index 6cf6201..341d541 100644 --- a/matrix/matrix.go +++ b/matrix/matrix.go @@ -66,6 +66,11 @@ func NewContainer(gmx ifc.Gomuks) *Container { return c } +// Client returns the underlying gomatrix Client. +func (c *Container) Client() *gomatrix.Client { + return c.client +} + // InitClient initializes the gomatrix client and connects to the homeserver specified in the config. func (c *Container) InitClient() error { if len(c.config.HS) == 0 { -- cgit v1.2.3