From a8e68bd8905972ae59de90fa33d5b3e3c274dc47 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 10 Mar 2017 05:18:18 -0500 Subject: PLT-5765 Passed SiteURL to SendNotifications (#5705) --- api4/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4/channel.go') diff --git a/api4/channel.go b/api4/channel.go index 8be522484..8ac6f2b14 100644 --- a/api4/channel.go +++ b/api4/channel.go @@ -298,7 +298,7 @@ func removeChannelMember(c *Context, w http.ResponseWriter, r *http.Request) { return } - if err = app.RemoveUserFromChannel(c.Params.UserId, c.Session.UserId, channel); err != nil { + if err = app.RemoveUserFromChannel(c.Params.UserId, c.Session.UserId, channel, c.GetSiteURL()); err != nil { c.Err = err return } -- cgit v1.2.3-1-g7c22