almost finish status support everywhere else, group setting start impl
This commit is contained in:
parent
6b47888514
commit
92a95cb365
14 changed files with 770 additions and 116 deletions
|
|
@ -37,6 +37,8 @@ export async function GET({ locals, request }) {
|
|||
const userId = locals.user.id;
|
||||
//@TODO add more to subscribed eventually, server members, et cetera
|
||||
const subscribed = locals.user.friends.map((f) => f.id);
|
||||
subscribed.push(userId); // shit such as friend requests
|
||||
|
||||
const overwrite = locals.user.statusOverwrite;
|
||||
|
||||
const sessionId = crypto.randomUUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue