Commit Graph

13 Commits

Author SHA1 Message Date
a2477424a5
Updated generic handler to handle the lack of the text of the message 2023-05-15 18:14:21 +03:00
5f34cfb109
Updated generic and get_document to close dialogue on /cancel and errors 2023-05-10 19:12:22 +03:00
9365c75e6e
Updated delete_optional to get Option<impl Borrow<Message>>, update get_document to actually check that the document was sent 2023-05-09 21:09:30 +03:00
3db99a3626
Added comments to the funtions 2023-05-09 20:27:58 +03:00
3a9c038090
Added basic checks for the account fields 2023-05-07 19:04:48 +03:00
ab6e4d9233
Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00
c264623510
Added button for deleting the resulting message 2023-05-06 21:02:32 +03:00
71940762ff
Added NoUserInfo, NoMessageText and HandlerUsed error types to decrease the amount of unwraps 2023-05-06 20:20:33 +03:00
fc76d7f65c
Added import command, created User struct to remove the usage of a json! macro 2023-05-05 21:29:58 +03:00
957bcfb952
Now checking that account exists before getting/deleting it, added export command 2023-05-05 16:45:56 +03:00
332356a95b
Created markups.rs 2023-05-04 21:15:41 +03:00
e129934aac
Made verify_master_pass compute the hash in a blocking thread 2023-05-04 19:39:36 +03:00
ecf74fb50f
First steps 2023-05-03 21:08:14 +03:00