tangled
alpha
login
or
join now
hailey.at
/
atproto-ruleset
3
fork
atom
A collection of Osprey rules for ATProto
3
fork
atom
overview
issues
pulls
pipelines
tweak update handle rule
hailey.at
2 months ago
f7ff6e6b
87c4824e
+1
-1
1 changed file
expand all
collapse all
unified
split
rules
identity
update_handle.sml
+1
-1
rules/identity/update_handle.sml
···
12
)
13
14
HandleChangedRule = Rule(
15
-
when_all=[AccountAgeSecondsUnwrapped >= 300],
16
description='User has updated their handle recently.',
17
)
18
···
12
)
13
14
HandleChangedRule = Rule(
15
+
when_all=[AccountAgeSecondsUnwrapped >= 3600],
16
description='User has updated their handle recently.',
17
)
18