Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ストリーミングのchannelイベントにチャネルIDが含まれない #4801

Closed
tateisu opened this issue Apr 25, 2019 · 6 comments · Fixed by #14251
Closed

ストリーミングのchannelイベントにチャネルIDが含まれない #4801

tateisu opened this issue Apr 25, 2019 · 6 comments · Fixed by #14251
Labels
⚠️bug? This might be a bug

Comments

@tateisu
Copy link

tateisu commented Apr 25, 2019

💡 Summary

{
	"type":"channel",
	"body":{
		"type":"followed",
		"body":{
			"id":"7rm8yhnvzd",
			"name":null,
			"username":"tateisu_test2",
			"host":null,
			"avatarUrl":"https://misskey.io/avatar/7rm8yhnvzd",
			"avatarColor":null,
			"emojis":[]
		}
	}
}

🙂 Expected Behavior

https://misskey.io/docs/ja-JP/stream によるとチャネルからのメッセージにはチャネルIDが含まれるはず

☹️ Actual Behavior

📝 Steps to Reproduce

📌 Environment

@tateisu tateisu added the ⚠️bug? This might be a bug label Apr 25, 2019
@tateisu
Copy link
Author

tateisu commented Apr 25, 2019

{"type":"channel","body":{"type":"readAllNotifications","body":null}}

@rinsuki
Copy link
Contributor

rinsuki commented Apr 25, 2019

@tateisu どのようにチャンネルに接続する際にIDを指定していますか?
WebUIのストリーミングではIDが含まれているように見えます。

@tateisu
Copy link
Author

tateisu commented Apr 25, 2019

IDがnullでもチャネルを登録できてしまうらしい

@rinsuki
Copy link
Contributor

rinsuki commented Apr 25, 2019

繋ぐストリームが一本だけ(LTLビューワーなど)、などのシチュエーションではチャンネルを識別できる必要がないのでIDを必須にする必要はないと思いますが、どうでしょう
(ID未指定で二本目からはエラーにするなどはあり? でも今のチャンネル購読って購読失敗のレスポンス返せるんだろうか)
cc: @syuilo

@tateisu
Copy link
Author

tateisu commented Apr 25, 2019

https://misskey.io/docs/ja-JP/stream でIDを指定するように書いてあるので、IDなしでもいけるのならむしろドキュメントを直すべきなのでは。

@syuilo
Copy link
Member

syuilo commented Apr 25, 2019

IDをnullにすることはできないようにしようと思います

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants