Registrations currently disabled due to spam. Contact me externally if you need an account

Unverified Commit 40e7967e authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix receiving `typing`

parent 6cddc12a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
						dep.changed()

	Tracker.autorun ->
		if visitor.getRoom()
		if visitor.getRoom() and Meteor.userId()
			addStream visitor.getRoom()

	start = (room) ->