mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 09:43:51 +09:00
reversi 💮 💯
This commit is contained in:
@ -55,7 +55,7 @@ export default function(type, data): Notification {
|
||||
icon: data.user.avatarUrl + '?thumbnail&size=64'
|
||||
};
|
||||
|
||||
case 'othello_invited':
|
||||
case 'reversi_invited':
|
||||
return {
|
||||
title: '対局への招待があります',
|
||||
body: `${getUserName(data.parent)}さんから`,
|
||||
|
Reference in New Issue
Block a user