feat: 이미 읽은 메시지를 DB에서 처리
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace sammo\Enums;
|
||||
|
||||
enum GeneralStorKey: string{
|
||||
case latestReadPrivateMsg = 'latestReadPrivateMsg';
|
||||
case latestReadDiplomacyMsg = 'latestReadDiplomacyMsg';
|
||||
}
|
||||
Reference in New Issue
Block a user