mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(irc): manually re-process announces (#1419)
* fix(releases): add manual processing * feat(irc): add re-process button to channel msg * feat(irc): add missing client method * feat(web): change reprocess icon placement --------- Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
This commit is contained in:
parent
d9fc163655
commit
be05ffba73
15 changed files with 306 additions and 18 deletions
7
web/src/types/Irc.d.ts
vendored
7
web/src/types/Irc.d.ts
vendored
|
@ -89,3 +89,10 @@ interface SendIrcCmdRequest {
|
|||
nick: string;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
interface IrcProcessManualRequest {
|
||||
network_id: number;
|
||||
channel: string;
|
||||
nick?: string;
|
||||
msg: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue