tangled
alpha
login
or
join now
mackuba.eu
/
skyfall
6
fork
atom
A Ruby gem for streaming data from the Bluesky/ATProto firehose
6
fork
atom
overview
issues
pulls
pipelines
add an empty operations field in the base message class
mackuba.eu
2 years ago
9d8bc18f
6b46b389
+4
1 changed file
expand all
collapse all
unified
split
lib
skyfall
messages
websocket_message.rb
+4
lib/skyfall/messages/websocket_message.rb
···
44
44
@seq = @data_object['seq']
45
45
end
46
46
47
47
+
def operations
48
48
+
[]
49
49
+
end
50
50
+
47
51
def time
48
52
@time ||= @data_object['time'] && Time.parse(@data_object['time'])
49
53
end