Skip to content

Commit

Permalink
Restores debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdecanini committed Apr 13, 2022
1 parent dd988d0 commit 8b80cf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ internal class RoomSyncHandler @Inject constructor(private val readReceiptHandle
roomSync: InvitedRoomSync,
insertType: EventInsertType,
syncLocalTimestampMillis: Long): RoomEntity {
Timber.v("Handle invited sync for room $roomId")
val isInitialSync = insertType == EventInsertType.INITIAL_SYNC
val roomEntity = RoomEntity.getOrCreate(realm, roomId)
roomEntity.membership = Membership.INVITE
Expand Down

0 comments on commit 8b80cf0

Please sign in to comment.