fix(admin): correct ticket message bubble alignment in admin panel

This commit is contained in:
xboard
2025-05-11 17:44:18 +08:00
parent 8377962836
commit f3cdc2e765
6 changed files with 245 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class MessageResource extends JsonResource
return [
"id" => $this['id'],
"ticket_id" => $this['ticket_id'],
"is_me" => $this['is_me'],
"is_me" => $this['is_from_user'],
"message" => $this["message"],
"created_at" => $this['created_at'],
"updated_at" => $this['updated_at']