File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
stream-android-core/src/main/java/io/getstream/android/core/api/model Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ permissions:
1010 pull-requests : write
1111 issues : write
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.ref }}
15+ cancel-in-progress : true
16+
1317jobs :
1418 pr-checklist :
1519 uses : GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main
Original file line number Diff line number Diff line change 1616
1717package io.getstream.android.core.api.model
1818
19- import io.getstream.android.core.annotations.StreamPublishedApi
19+ import io.getstream.android.core.annotations.StreamInternalApi
2020import io.getstream.android.core.api.model.value.StreamUserId
2121
2222/* *
@@ -28,7 +28,7 @@ import io.getstream.android.core.api.model.value.StreamUserId
2828 * @property customData Custom data associated with the user, represented as a map (default empty
2929 * map).
3030 */
31- @StreamPublishedApi
31+ @StreamInternalApi
3232public data class StreamUser (
3333 public val id : StreamUserId ,
3434 public val name : String? = null ,
You can’t perform that action at this time.
0 commit comments