mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-08 08:44:15 +00:00
- Standardize middleware naming to useMiddlewares - Add websocket support and handleWsUpgrade to users service - Update getFollowers to support pagination and return metadata - Emit user update events via websockets - Add linebridge^1.0.0 dependency - Minor code style and consistency improvements across routes
7 lines
77 B
JSON
7 lines
77 B
JSON
{
|
|
"name": "users",
|
|
"dependencies": {
|
|
"linebridge": "^1.0.0-alpha.4"
|
|
}
|
|
}
|