summaryrefslogtreecommitdiffstats
path: root/app/post.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5284 Fix webhook notifications for channel creator is not in (#5119)Joram Wilander2017-01-201-4/+4
| | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+196
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge