A collection of Osprey rules for ATProto

tweak update handle rule

+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