aboutsummaryrefslogtreecommitdiff
path: root/web/revolt/other.go
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-06-13 09:12:14 -0400
committerXe Iaso <me@xeiaso.net>2023-06-13 09:12:14 -0400
commitdc43b4c55db696304a4045705cb772409f0a67a6 (patch)
tree0c474c9455ba7ec6c9b32c8ae5e701d08b49446c /web/revolt/other.go
parent0ef92708d95d1b3c741a26d5680c9590cf4b97e0 (diff)
downloadx-dc43b4c55db696304a4045705cb772409f0a67a6.tar.xz
x-dc43b4c55db696304a4045705cb772409f0a67a6.zip
web/revolt: thread contexts through, masquerade support
Also start working on integrating ln into the stack Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/revolt/other.go')
-rw-r--r--web/revolt/other.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/revolt/other.go b/web/revolt/other.go
index cde9b1b..179ee06 100644
--- a/web/revolt/other.go
+++ b/web/revolt/other.go
@@ -13,6 +13,7 @@ type SendMessage struct {
Replies []Replies `json:"replies,omitempty"`
Embeds []SendableEmbed `json:"embeds,omitempty"`
DeleteAfter uint `json:"-"`
+ Masquerade *Masquerade `json:"masquerade,omitempty"`
}
type SendableEmbed struct {