Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Added ChannelId on updateephemeralpost. fixes #132
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleedavis committed Aug 7, 2019
1 parent 190a830 commit 3ba5005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ func (p *Plugin) handleDeleteEphemeral(w http.ResponseWriter, r *http.Request) {
post := &model.Post{
Id: request.PostId,
UserId: p.remindUserId,
ChannelId: request.ChannelId,
Message: T("action.delete", deleteParameters),
}
p.API.UpdateEphemeralPost(request.UserId, post)
Expand Down

0 comments on commit 3ba5005

Please sign in to comment.