Skip to content

Commit

Permalink
chore: fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Oct 11, 2023
1 parent 87ef330 commit 018d7d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ object TestEvent {
id = "eventId",
conversationId = TestConversation.ID,
transient = false,
live = false,
protocol = Conversation.Protocol.MIXED,
senderUserId = TestUser.OTHER_USER_ID
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ SELECT
mls_cipher_suite,
receipt_mode,
message_timer,
user_message_timer
user_message_timer,
archived,
archived_date_time
FROM Member
JOIN Conversation ON Conversation.qualified_id = Member.conversation
WHERE Member.user = ?;
Expand Down

0 comments on commit 018d7d7

Please sign in to comment.