Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
WilStead committed Nov 15, 2024
1 parent 6517384 commit 9e468d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client/Services/WikiDataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,6 @@ private async Task<List<MessageResponse>> GetTopicMessagesAsync(Topic? topic)
var links = MarkdownItem.GetWikiLinks(wikiOptions, _dataStore, message.MarkdownContent);
if (links?.Count == 1
&& !links[0].IsCategory
&& !links[0].IsMissing
&& string.IsNullOrEmpty(links[0].Action))
{
var article = await _dataStore.GetWikiPageAsync(wikiOptions, links[0].Title);
Expand Down

0 comments on commit 9e468d7

Please sign in to comment.