A collection of Osprey rules for ATProto

tweak update handle rule

+1 -1
+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