summaryrefslogtreecommitdiffstats
path: root/app/post_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Reduce utils.Cfg references (#7650)Chris2017-10-181-2/+2
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-0/+3
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* Remove global app references (#7433)Chris2017-09-121-14/+11
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* app type transition (#7167)Chris2017-09-061-11/+14
|
* PLT-6403: Interactive messages (#7274)Chris2017-08-291-1/+71
| | | | | | | | | | * wip * finish first pass * requested changes * add DoPostAction to Client4
* PLT-6960 Only update post.EditAt when the message changes (#6840)Harrison Healey2017-07-041-7/+33
|
* PLT-6523: Don't crash when replying to a post whose poster has left the ↵George Goldberg2017-05-101-0/+44
channel. (#6388)