Skip to content

Commit

Permalink
changed logged in user id to most recent one for Kevin
Browse files Browse the repository at this point in the history
  • Loading branch information
hettysymes committed Jun 8, 2023
1 parent df96cba commit c6a67eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/drp25/ChatActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import io.getstream.chat.android.ui.channel.list.viewmodel.factory.ChannelListVi

// our logged in user
val UNI_ID = "imperialId"
val USER_ID = "-NXGEo30rzoWUgTYoYi_"
val USER_ID = "-NXPnWryIGR2S5aJmSGH"

class ChatActivity : AppCompatActivity() {

Expand Down

0 comments on commit c6a67eb

Please sign in to comment.