Add another important todo.
This commit is contained in:
parent
1e66bbd85f
commit
26f2d9af39
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ export async function POST(request: NextRequest) {
|
|||
}
|
||||
|
||||
// TODO: Emit the activity.
|
||||
// TODO: Add mapping to the followers table.
|
||||
return new Response("", {
|
||||
status: 204
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue