summaryrefslogtreecommitdiff
path: root/src/api/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-11 17:23:59 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-11 17:23:59 +0900
commit27914e227f6f3ca30841c02969c6510235503425 (patch)
tree6001c605757b4672cb3936917737dfb59dcc0fa7 /src/api/models
parentv4107 (diff)
downloadmisskey-27914e227f6f3ca30841c02969c6510235503425.tar.gz
misskey-27914e227f6f3ca30841c02969c6510235503425.tar.bz2
misskey-27914e227f6f3ca30841c02969c6510235503425.zip
#1230
Diffstat (limited to 'src/api/models')
-rw-r--r--src/api/models/othello-game.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/models/othello-game.ts b/src/api/models/othello-game.ts
index ab90cffa44..788fb5cba6 100644
--- a/src/api/models/othello-game.ts
+++ b/src/api/models/othello-game.ts
@@ -35,6 +35,9 @@ export interface IGame {
};
form1: any;
form2: any;
+
+ // ログのposを文字列としてすべて連結したもののCRC32値
+ crc32: string;
}
/**