refactor: initialFollow
This commit is contained in:
parent
f54b6fc1d6
commit
af32353790
|
@ -23,9 +23,7 @@ export default () => {
|
|||
};
|
||||
const augmentSelfEntity = async (entity) => {
|
||||
if (entity) {
|
||||
await entity.addTraits({
|
||||
Followed: {},
|
||||
});
|
||||
entity.initialFollow();
|
||||
entity.on('destroying', onDestroying);
|
||||
}
|
||||
flecks.set('$humus/app.selfEntity', entity);
|
||||
|
|
Loading…
Reference in New Issue
Block a user