We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d0787 commit 1f63d4fCopy full SHA for 1f63d4f
1 file changed
DiscordChatExporter.Core/Exporting/JsonMessageWriter.cs
@@ -138,6 +138,7 @@ await Context.ResolveAssetUrlAsync(
138
cancellationToken
139
)
140
);
141
+
142
_writer.WriteString("iconCanonicalUrl", embedAuthor.IconUrl);
143
}
144
@@ -161,6 +162,7 @@ await Context.ResolveAssetUrlAsync(
161
162
163
164
165
166
_writer.WriteString("canonicalUrl", embedImage.Url);
167
168
@@ -187,6 +189,7 @@ await Context.ResolveAssetUrlAsync(
187
189
188
190
191
192
193
_writer.WriteString("canonicalUrl", embedVideo.Url);
194
195
@@ -215,6 +218,7 @@ await Context.ResolveAssetUrlAsync(
215
218
216
219
217
220
221
222
_writer.WriteString("iconCanonicalUrl", embedFooter.IconUrl);
223
224
0 commit comments