mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[server] Prefix discord msg with hostname
This commit is contained in:
parent
f85f220c1d
commit
4acc8395ba
@ -106,7 +106,7 @@ func (c *DiscordController) NotifyAccountDelete(userID int64, paymentProvider st
|
||||
}
|
||||
|
||||
func (c *DiscordController) NotifyPotentialAbuse(message string) {
|
||||
c.Notify(message)
|
||||
c.Notify(fmt.Sprintf("%s: %s", c.HostName, message))
|
||||
}
|
||||
|
||||
func (c *DiscordController) getTimeSinceSignUp(userID int64) string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user