aboutsummaryrefslogtreecommitdiff
path: root/matrix/room/member.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-21 18:46:19 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-21 18:46:25 +0200
commit35b6c7bd276d2a6c7f09163d757a1c3cb885da79 (patch)
tree3cda5627ce5445b0a76ee3fb72551bf326943e57 /matrix/room/member.go
parent7994c289aae7662fee9b86f9424d230c7b612b3d (diff)
Add external debug file, refactoring and push rule parser
Diffstat (limited to 'matrix/room/member.go')
-rw-r--r--matrix/room/member.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/room/member.go b/matrix/room/member.go
index 474d2fd..3b3a30c 100644
--- a/matrix/room/member.go
+++ b/matrix/room/member.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-package room
+package rooms
import (
"maunium.net/go/gomatrix"