lib/rocket_chat/messages/room.rb in rocketchat-0.1.22 vs lib/rocket_chat/messages/room.rb in rocketchat-0.1.23

- old
+ new

@@ -307,10 +307,10 @@ private attr_reader :session def room_option_hash(options) - args = [options, :members, :read_only, :custom_fields] + args = [options, :members, :read_only, :custom_fields, :extra_data] options = Util.slice_hash(*args) return {} if options.empty? new_hash = {}