implement sending Emoji, pin or mute conversation

This commit is contained in:
2026-05-01 11:30:14 +03:30
parent 1121939c25
commit 7b2541dd35
11 changed files with 359 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ class ConversationParticipantFactory extends Factory
'joined_at' => fake()->dateTimeBetween('-2 months', 'now'),
'last_read_at' => fake()->optional(0.85)->dateTimeBetween('-2 weeks', 'now'),
'muted_until' => null,
'pinned_at' => null,
];
}