Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Merge requests
!137
Always show alias in notice texts if one is specified
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Always show alias in notice texts if one is specified
285-show-alias-in-introduction-texts
into
main
Overview
7
Commits
1
Pipelines
5
Changes
3
Merged
Always show alias in notice texts if one is specified
Mikolai Gütschow
requested to merge
285-show-alias-in-introduction-texts
into
main
Feb 2, 2022
Overview
7
Commits
1
Pipelines
5
Changes
3
Closes
#285 (closed)
0
0
Merge request reports
Compare
main
version 3
bdce82e8
Feb 4, 2022
version 2
13fcc99a
Feb 2, 2022
version 1
49616f60
Feb 2, 2022
main (base)
and
latest version
latest version
42403004
1 commit,
Feb 5, 2022
version 3
bdce82e8
1 commit,
Feb 4, 2022
version 2
13fcc99a
1 commit,
Feb 2, 2022
version 1
49616f60
1 commit,
Feb 2, 2022
3 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/main/kotlin/org/briarproject/briar/desktop/contact/ContactItem.kt
+
1
−
1
View file @ 42403004
Edit in single-file editor
Open in Web IDE
Show full file
@@ -28,7 +28,7 @@ import kotlin.math.max
data class
ContactItem
(
override
val
idWrapper
:
RealContactIdWrapper
,
val
authorId
:
AuthorId
,
val
name
:
String
,
private
val
name
:
String
,
val
alias
:
String
?,
val
isConnected
:
Boolean
,
val
isEmpty
:
Boolean
,
Loading