add alt in fedi field (fix name)
This commit is contained in:
parent
494985ed05
commit
6750533dfc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func handleHookCreateSwitch(h HookPayload) {
|
|||
extra := ""
|
||||
alt, ok := fediAlts[front.Name]
|
||||
if ok {
|
||||
extra = fmt.Sprintf("%s (%s)", front.Name, alt)
|
||||
extra = fmt.Sprintf(" (%s)", alt)
|
||||
}
|
||||
|
||||
go dsiApi.UpdateFrontField(front.Name + extra)
|
||||
|
|
Loading…
Add table
Reference in a new issue