Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7785999
D226.1758839293.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
554 B
Referenced Files
None
Subscribers
None
D226.1758839293.diff
View Options
diff --git a/src/client/actions/membership.cpp b/src/client/actions/membership.cpp
--- a/src/client/actions/membership.cpp
+++ b/src/client/actions/membership.cpp
@@ -94,7 +94,11 @@
}
m.addTrigger(CreateRoomSuccessful{r.roomId()});
- return { std::move(m), lager::noop };
+ return { std::move(m), [=](auto &&) {
+ return EffectStatus(/* succ = */ true, json{
+ {"roomId", r.roomId()},
+ });
+ } };
}
ClientResult updateClient(ClientModel m, InviteToRoomAction a)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 25, 3:28 PM (7 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
474269
Default Alt Text
D226.1758839293.diff (554 B)
Attached To
Mode
D226: Add necessary features to Implement handle matrix uri in kazv
Attached
Detach File
Event Timeline
Log In to Comment