User preferences and settings for BeaconBits
Record Key
literal:self
Fixed literal value
Properties
allowTags
string
Optional
Who can tag this user in beacons
maxGraphemes: 32 graphemesKnown values:
all, followers, mutuals, noneDefault:
allcreatedAt
string
datetime
Optional
Timestamp when settings were first created
defaultDelayedReveal
string
Optional
Default delayed reveal setting for new beacons
maxGraphemes: 16 graphemesKnown values:
none, 1h, 1d, customDefault:
nonedefaultVisibility
string
Optional
Default visibility for new beacons
maxGraphemes: 32 graphemesKnown values:
public, followers, mutuals, hiddenDefault:
publicdistanceUnit
string
Optional
Preferred distance unit
maxGraphemes: 16 graphemesKnown values:
km, milesDefault:
kmhidePastBeacons
boolean
Optional
Whether to hide past beacons from public view
Default:
falselanguage
string
Optional
Preferred language setting
maxGraphemes: 16 graphemesKnown values:
auto, en, es, fr, de, pt-BR, ja, zh-Hans, koDefault:
automarkerColor
string
Optional
Hex color code for map marker (e.g., #e24630)
maxGraphemes: 7 graphemespostBeaconLinks
boolean
Optional
Whether to include beacon links in Bluesky posts
Default:
trueupdatedAt
string
datetime
Required
Timestamp when settings were last updated
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"updatedAt"
],
"properties": {
"language": {
"type": "string",
"default": "auto",
"description": "Preferred language setting",
"knownValues": [
"auto",
"en",
"es",
"fr",
"de",
"pt-BR",
"ja",
"zh-Hans",
"ko"
],
"maxGraphemes": 16
},
"allowTags": {
"type": "string",
"default": "all",
"description": "Who can tag this user in beacons",
"knownValues": [
"all",
"followers",
"mutuals",
"none"
],
"maxGraphemes": 32
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when settings were first created"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when settings were last updated"
},
"markerColor": {
"type": "string",
"description": "Hex color code for map marker (e.g., #e24630)",
"maxGraphemes": 7
},
"distanceUnit": {
"type": "string",
"default": "km",
"description": "Preferred distance unit",
"knownValues": [
"km",
"miles"
],
"maxGraphemes": 16
},
"hidePastBeacons": {
"type": "boolean",
"default": false,
"description": "Whether to hide past beacons from public view"
},
"postBeaconLinks": {
"type": "boolean",
"default": true,
"description": "Whether to include beacon links in Bluesky posts"
},
"defaultVisibility": {
"type": "string",
"default": "public",
"description": "Default visibility for new beacons",
"knownValues": [
"public",
"followers",
"mutuals",
"hidden"
],
"maxGraphemes": 32
},
"defaultDelayedReveal": {
"type": "string",
"default": "none",
"description": "Default delayed reveal setting for new beacons",
"knownValues": [
"none",
"1h",
"1d",
"custom"
],
"maxGraphemes": 16
}
}
},
"description": "User preferences and settings for BeaconBits"
}