Merge branch 'mongooseim-support' into 'develop'
MongooseIM: Add basic integration endpoints. See merge request pleroma/pleroma!1172
This commit is contained in:
commit
79c2cef2fb
6 changed files with 118 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ config :pleroma, Pleroma.User,
|
|||
"activities",
|
||||
"api",
|
||||
"auth",
|
||||
"check_password",
|
||||
"dev",
|
||||
"friend-requests",
|
||||
"inbox",
|
||||
|
|
@ -404,6 +405,7 @@ config :pleroma, Pleroma.User,
|
|||
"status",
|
||||
"tag",
|
||||
"user-search",
|
||||
"user_exists",
|
||||
"users",
|
||||
"web"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue