We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
コメントで連携できるアプリを自作している者です。 いつもビューアを利用させて頂いております。感謝しております。
さて本題ですが、 CommentGeneratorPlugin / main.cs の内容を拝見させていただきました。 現在 MultiCommentViewer (以下MCV) から comment.xml へメッセージを追加する際に、HasNickname関数(81行目)にて固有IDから登録されたニックネームに変換し、それをユーザー名として書き出ししていますが、 自作しているアプリの性質上、固有IDでユーザー識別をしたいと考えております。
そこで、comment.xml に固有IDを追加することは可能でしょうか? 追加いただけますと幸いです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
コメントで連携できるアプリを自作している者です。
いつもビューアを利用させて頂いております。感謝しております。
さて本題ですが、 CommentGeneratorPlugin / main.cs の内容を拝見させていただきました。
現在 MultiCommentViewer (以下MCV) から comment.xml へメッセージを追加する際に、HasNickname関数(81行目)にて固有IDから登録されたニックネームに変換し、それをユーザー名として書き出ししていますが、
自作しているアプリの性質上、固有IDでユーザー識別をしたいと考えております。
そこで、comment.xml に固有IDを追加することは可能でしょうか?
追加いただけますと幸いです。
The text was updated successfully, but these errors were encountered: