move signing to take a local actor profile and use local keys
This commit is contained in:
@@ -49,7 +49,8 @@ class Magicsig extends Memcached_DataObject
|
||||
|
||||
public /*static*/ function staticGet($k, $v=null)
|
||||
{
|
||||
return parent::staticGet(__CLASS__, $k, $v);
|
||||
$obj = parent::staticGet(__CLASS__, $k, $v);
|
||||
return Magicsig::fromString($obj->keypair);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user