friendsSince: add support for new profiles (#2623)

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
Antti Ellilä 2024-06-29 19:39:09 +03:00 committed by GitHub
parent 086c31c890
commit 2d570a524b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 81 additions and 31 deletions

View file

@ -529,6 +529,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
nekohaxx: {
name: "nekohaxx",
id: 1176270221628153886n
},
Antti: {
name: "Antti",
id: 312974985876471810n
}
} satisfies Record<string, Dev>);