Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show users with info as arrived #1327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

MyIgel
Copy link
Member

@MyIgel MyIgel commented Jan 5, 2024

This "improves" the workaround introduced in the 37C3 by making the output more consistent.

The interesting question here is if we have more "information leaks" somewhere else when implementing this state output.

@MyIgel MyIgel added the Type: Feature An idea for a new feature label Jan 5, 2024
Copy link
Collaborator

@xuwhite xuwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like it that way a bit more

@@ -899,7 +899,7 @@ function User_Nick_render($user, $plain = false)
return render_profile_link(
'<span class="icon-icon_angel"></span> ' . htmlspecialchars($user->displayName) . '</a>',
$user->id,
($user->state->arrived ? '' : 'text-muted')
($user->state->arrived || $user->state->user_info ? '' : 'text-muted')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
($user->state->arrived || $user->state->user_info ? '' : 'text-muted')
($user->state->arrived ? '' : 'text-muted')

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That change would make it again obvious to any other angel that this one has a special state -> thats what i mean with "information leaks"

@MyIgel MyIgel added the Status: Needs discussion Additional discussion/feedback is needed label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs discussion Additional discussion/feedback is needed Type: Feature An idea for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants