Made tags an array of integers instead of strings

This commit is contained in:
CakeAndBanana
2025-10-19 18:53:31 +02:00
parent 477f5aa6e7
commit d72cc207e1
5 changed files with 36 additions and 33 deletions

View File

@@ -110,7 +110,6 @@ internal class JoinSyncshellUI : WindowMediatorSubscriberBase
? Convert.FromBase64String(_lightlessLogo)
: Convert.FromBase64String(_groupProfile.PictureBase64);
string? profileDescription = string.IsNullOrEmpty(_groupProfile.Description) ? _defaultDescription : _groupProfile.Description;
string? profileTags = string.IsNullOrEmpty(_groupProfile.Description) ? _defaultTags : _groupProfile.Tags;
_pfpTextureWrap?.Dispose();
_pfpTextureWrap = _uiSharedService.LoadImage(profilePicture);