Skip to content

Commit fdc838f

Browse files
committed
bugfix
1 parent ce9ec07 commit fdc838f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MildomSitePlugin/MessageProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static IInternalMessage CreateChat(string raw, Dictionary<int, string> im
4545
{
4646
IInternalMessage internalMessage;
4747
//{"area": 2000, "cmd": "onChat", "fansBgPic": null, "fansGroupType": null, "fansLevel": null, "fansName": null, "level": 7, "medals": null, "msg": "うめえぇぇえ", "reqId": 0, "roomAdmin": 0, "roomId": 10038336, "toId": 10038336, "toName": "Nephrite【ネフライト】", "type": 3, "userId": 10088625, "userImg": "https://vpic.mildom.com/download/file/jp/mildom/nnphotos/10088625/5F0AB42E-8BF4-4A3A-9E70-FC6A9A49AAF0.jpg", "userName": "FSーSavage"}
48-
var messageItems = PlainTextToCommentAndStamp(imageDict, d);
48+
var messageItems = PlainTextToCommentAndStamp(imageDict, d.msg);
4949
//2020/08/27 userIdの無いコメントを確認。ゲストユーザでもコメント投稿できるのだろうか?定型文だけ?
5050
//{"area": 2000, "cmd": "onChat", "msg": "よくやった", "msgId": "1598498460835_0_8192", "reqId": 0, "roomId": 10007428, "time": "1598498460835", "toId": 10007428, "toName": "*", "type": 3, "userName": "guest737168"}
5151
//2020/08/29 onAddでは匿名ユーザーのユーザーIDは0になっている。統一したい。

0 commit comments

Comments
 (0)