feat: 메시지 응답시, 읽음 처리

This commit is contained in:
2023-03-20 01:06:53 +09:00
parent f8f8ef7dd3
commit fbe5739d82
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -107,6 +107,7 @@
:generalName="generalName"
:nationID="nationID"
:permissionLevel="permissionLevel"
@response="()=>{readLatestMsg('private')}"
></MessagePlate>
<div class="d-grid Actions">
<button type="button" class="btn btn-dark only-mobile" @click="foldMessage($event, 'private')">접기</button>
@@ -142,6 +143,7 @@
:generalName="generalName"
:nationID="nationID"
:permissionLevel="permissionLevel"
@response="()=>{readLatestMsg('diplomacy')}"
></MessagePlate>
<div class="d-grid Actions">
<button type="button" class="btn btn-dark only-mobile" @click="foldMessage($event, 'diplomacy')">접기</button>