mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
Updated tree/main.js to the version in commit 858f1eb.
Includes changes to use the %fora app rather than %talk.
This commit is contained in:
parent
ee1ca40f34
commit
220840b1d2
@ -78,7 +78,7 @@ module.exports = {
|
||||
pax: pax,
|
||||
sup: sup,
|
||||
txt: txt
|
||||
}, "talk-comment", "talk", (function(_this) {
|
||||
}, "fora-comment", "fora", (function(_this) {
|
||||
return function(err, res) {
|
||||
if (err == null) {
|
||||
return _this.clearData();
|
||||
@ -92,7 +92,7 @@ module.exports = {
|
||||
sup: sup,
|
||||
hed: hed,
|
||||
txt: txt
|
||||
}, "talk-fora-post", "talk", (function(_this) {
|
||||
}, "fora-post", "fora", (function(_this) {
|
||||
return function(err, res) {
|
||||
if (err == null) {
|
||||
_this.clearData();
|
||||
|
Loading…
Reference in New Issue
Block a user