Skip to content

Commit

Permalink
Disable assets until discord-rpc-csharp fixes them
Browse files Browse the repository at this point in the history
  • Loading branch information
reiichi001 committed Jan 24, 2025
1 parent e3e4e50 commit f158ccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dalamud.RichPresence/Dalamud.RichPresence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Dalamud.RichPresence</AssemblyName>
<NoWarn>IDE0003</NoWarn>
<AssemblyVersion>2.0.6.4</AssemblyVersion>
<AssemblyVersion>2.0.6.5</AssemblyVersion>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup Label="Documentation">
Expand Down
6 changes: 4 additions & 2 deletions Dalamud.RichPresence/RichPresencePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,15 @@ private unsafe void UpdateRichPresence(IFramework framework)
{
Details = richPresenceDetails,
State = richPresenceState,
Assets = new Assets
// TODO: uncomment these when it works again.
/*Assets broke on 2025-01-23 or around then.
* Assets = new Assets
{
LargeImageKey = richPresenceLargeImageKey,
LargeImageText = richPresenceLargeImageText,
SmallImageKey = richPresenceSmallImageKey,
SmallImageText = richPresenceSmallImageText,
},
},*/
Timestamps = richPresenceTimestamps,
};

Expand Down

0 comments on commit f158ccf

Please # to comment.