mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
graph-create thread: fix metadata to metadatum rename
This commit is contained in:
parent
d6c20e93ab
commit
13bad6b16c
@ -1,6 +1,6 @@
|
||||
/- spider,
|
||||
graph=graph-store,
|
||||
*metadata-store,
|
||||
met=metadata-store,
|
||||
*group,
|
||||
group-store,
|
||||
inv=invite-store
|
||||
@ -57,18 +57,18 @@
|
||||
::
|
||||
:: Setup metadata
|
||||
::
|
||||
=/ =metadata
|
||||
%* . *metadata
|
||||
=/ =metadatum:met
|
||||
%* . *metadatum:met
|
||||
title title.action
|
||||
description description.action
|
||||
date-created now.bowl
|
||||
creator our.bowl
|
||||
module module.action
|
||||
==
|
||||
=/ =metadata-action
|
||||
[%add group graph+rid.action metadata]
|
||||
=/ met-action=action:met
|
||||
[%add group graph+rid.action metadatum]
|
||||
;< ~ bind:m
|
||||
(poke-our %metadata-store %metadata-action !>(metadata-action))
|
||||
(poke-our %metadata-store %metadata-action !>(met-action))
|
||||
;< ~ bind:m
|
||||
(poke-our %metadata-push-hook %push-hook-action !>([%add group]))
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user