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

Only emit avatars when DM room is set #394

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Only emit avatars when DM room is set #394

merged 3 commits into from
Jan 22, 2024

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Jan 22, 2024

Based on #384 with modifications.

@kegsay kegsay added the bug Something isn't working label Jan 22, 2024
@kegsay kegsay requested a review from S7evinK January 22, 2024 11:30
@@ -115,7 +115,7 @@ func NewInviteData(ctx context.Context, userID, roomID string, inviteState []jso
Timestamp: uint64(ts),
AlwaysProcess: true,
}
id.IsDM = j.Get("is_direct").Bool()
id.IsDM = j.Get("content.is_direct").Bool()
Copy link
Member Author

Choose a reason for hiding this comment

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

This was just a general bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants