Add stack
This commit is contained in:
parent
faeedaadf1
commit
bd432dca01
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ If you have any issues, reply to this email.""",
|
|||
await room.sendReaction(event!, "✅");
|
||||
|
||||
return Response.found(settings.successUri);
|
||||
} catch (error) {
|
||||
final message = "An error occurred: $error";
|
||||
} catch (error, stackTrace) {
|
||||
final message = "An error occurred: $error\n$stackTrace";
|
||||
|
||||
try {
|
||||
final room = client.getRoomByAlias(settings.adminRoom)!;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue