mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 14:27:27 +00:00
fix(news): stop IHAVE when duplicate lookup fails (#89)
Co-authored-by: SabFabDev <SabFabDev@users.noreply.github.com>
This commit is contained in:
parent
c2a06f1cdf
commit
21630c2d17
3 changed files with 49 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ var (
|
|||
nSel = lipgloss.NewStyle().Foreground(lipgloss.Color("#0b1020")).Background(ui.Cyan)
|
||||
nMeta = ui.Dim
|
||||
nFrom = lipgloss.NewStyle().Foreground(ui.Green)
|
||||
nErr = ui.Danger
|
||||
)
|
||||
|
||||
// RunReader connects the member to the loopback NNTP server and drives the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue