mirror of
https://github.com/kennethnym/freya
synced 2026-06-23 01:44:55 +01:00
feat: seed default user sources (#128)
This commit is contained in:
@@ -3,7 +3,7 @@ import { LocationSource } from "@freya/source-location"
|
||||
import type { FeedSourceProvider } from "../session/feed-source-provider.ts"
|
||||
|
||||
export class LocationSourceProvider implements FeedSourceProvider {
|
||||
readonly sourceId = "freya.location"
|
||||
readonly sourceId = LocationSource.id
|
||||
|
||||
async feedSourceForUser(
|
||||
_userId: string,
|
||||
|
||||
Reference in New Issue
Block a user