A collection of Osprey rules for ATProto
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweak update handle rule

Hailey f7ff6e6b 87c4824e

+1 -1
+1 -1
rules/identity/update_handle.sml
··· 12 12 ) 13 13 14 14 HandleChangedRule = Rule( 15 - when_all=[AccountAgeSecondsUnwrapped >= 300], 15 + when_all=[AccountAgeSecondsUnwrapped >= 3600], 16 16 description='User has updated their handle recently.', 17 17 ) 18 18