chore: add helpful hint for new username format

This commit is contained in:
Paul Makles 2023-06-11 19:00:34 +01:00
parent 636367faea
commit c5ca579c95
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6
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={{ data={{
username: { username: {
field: "Username", field: "Username",
placeholder: "username#1234",
}, },
}} }}
callback={({ username }) => callback={({ username }) =>