lib/pubnub/events/where_now.rb in pubnub-5.0.0 vs lib/pubnub/events/where_now.rb in pubnub-5.1.0
- old
+ new
@@ -7,10 +7,10 @@
def initialize(options, app)
super
@telemetry_name = :l_pres
@uuid_looking_for = options[:uuid] || options['uuid']
- @uuid = app.uuid
+ @uuid = app.user_id
@event = :where_now
end
private