chore: add helpful hint for new username format

pull/1049/head
Paul Makles 2023-06-11 19:00:34 +01:00
parent 6d5dd9b13e
commit 4008e3ba6d
2 changed files with 2 additions and 1 deletions

2
external/revolt.js vendored

@ -1 +1 @@
Subproject commit 0c3da5fac33391e937d1631d2ba65d36c04425d6
Subproject commit 783c8d1a3e3ad6071d268b18077569262ea61602

View File

@ -23,6 +23,7 @@ export default function AddFriend({ ...props }: ModalProps<"add_friend">) {
data={{
username: {
field: "Username",
placeholder: "username#1234",
},
}}
callback={({ username }) =>