mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
9793dccef0
This upgrades an existing, unmanaged village chat into a full-fledged group plus chat.
24 lines
645 B
Plaintext
24 lines
645 B
Plaintext
/- *rw-security
|
|
|%
|
|
+$ chat-view-action
|
|
$% $: %create
|
|
title=@t
|
|
description=@t
|
|
app-path=path
|
|
group-path=path
|
|
security=rw-security
|
|
members=(set ship)
|
|
allow-history=?
|
|
==
|
|
[%delete app-path=path]
|
|
[%join =ship app-path=path ask-history=?]
|
|
:: %groupify: for unmanaged %village chats: recreate as group-based chat
|
|
::
|
|
:: will delete the old chat, recreate it based on a proper group,
|
|
:: and invite the current whitelist to that group.
|
|
:: existing messages get moved over.
|
|
::
|
|
[%groupify app-path=path]
|
|
==
|
|
--
|