[MM-29217] Remove Posts.ParentId (#17923)

This commit is contained in:
Claudio Costa
2021-08-17 10:25:22 +02:00
committed by GitHub
parent 757dc96461
commit d181ae9262
34 changed files with 22 additions and 211 deletions

View File

@@ -414,7 +414,6 @@ func listCommandAutocompleteSuggestions(c *Context, w http.ResponseWriter, r *ht
ChannelId: query.Get("channel_id"),
TeamId: c.Params.TeamId,
RootId: query.Get("root_id"),
ParentId: query.Get("parent_id"),
UserId: c.AppContext.Session().UserId,
T: c.AppContext.T,
Session: *c.AppContext.Session(),