Brint E. Kriebel
9faaa4f0dc
Add support for edited statuses
...
ActivityPub supports "status.update" for editing statuses. These should
be made available for streams.
2022-12-28 23:59:18 +09:00
Michal Vyskocil
29bb16009b
fix go vet warnings: call to (*T).Fatalf from a non-test goroutine
...
The goroutine started from test must not call t.Fatal, but t.Error. Adds
a sync.WaitGroup to make sure all goroutines have a chance to report an
error before test stops.
2022-12-13 09:12:56 +09:00
Christian Muehlhaeuser
1b7f743892
Fix ineffectual assignments
...
- Don't assign variables we don't end up using
- Added missing error check in test
2019-09-30 17:14:20 +09:00
Yasuhiro Matsumoto
aef736e991
fix IDs
2017-10-25 15:22:17 +09:00
Kaoru HAYAMA
74f003d4a4
Fix tests about notification.ID (which type was changed on #63 )
2017-10-25 14:24:00 +09:00
178inaba
9dc59ebc73
Fix order of streaming WebSocket test
2017-04-30 22:16:50 +09:00
178inaba
fc574ac209
Fix WebSocket close
2017-04-30 22:14:02 +09:00
178inaba
12d765af3a
Fix TestStreamingWSHashtag
2017-04-28 14:46:19 +09:00
178inaba
c1e9c80d7d
Fix streaming_ws local
2017-04-28 14:31:08 +09:00
178inaba
ed709d74a4
Fix error message
2017-04-24 17:25:56 +09:00
178inaba
010ec2eaf9
Add WSClient
2017-04-24 13:55:07 +09:00
178inaba
ee6a6dbcc9
Add TestStreamingWS
2017-04-23 20:04:06 +09:00
178inaba
df768f24da
Add TestHandleWS
2017-04-23 19:47:03 +09:00
178inaba
f0857503d1
Add TestDialRedirect
2017-04-23 18:46:41 +09:00
178inaba
2379baeb24
Add TestDial
2017-04-23 18:42:13 +09:00
178inaba
1d2b6deeef
Add streaming API WebSocket test
2017-04-23 17:28:31 +09:00
178inaba
c7255e69e8
Add WebSocket implementation of streaming API
2017-04-23 15:42:57 +09:00