diff options
Diffstat (limited to '27.md')
| -rw-r--r-- | 27.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -18,7 +18,7 @@ A reader client that receives an event with such `nostr:...` mentions in its `.c | |||
| 18 | 18 | ||
| 19 | ## Example of a profile mention process | 19 | ## Example of a profile mention process |
| 20 | 20 | ||
| 21 | Suppose a Bob is writing a note in a client that has search-and-autocomplete functionality for users that is triggered when they write the character `@`. | 21 | Suppose Bob is writing a note in a client that has search-and-autocomplete functionality for users that is triggered when they write the character `@`. |
| 22 | 22 | ||
| 23 | As Bob types `"hello @mat"` the client will prompt him to autocomplete with [mattn's profile](https://gateway.nostr.com/p/2c7cc62a697ea3a7826521f3fd34f0cb273693cbe5e9310f35449f43622a5cdc), showing a picture and name. | 23 | As Bob types `"hello @mat"` the client will prompt him to autocomplete with [mattn's profile](https://gateway.nostr.com/p/2c7cc62a697ea3a7826521f3fd34f0cb273693cbe5e9310f35449f43622a5cdc), showing a picture and name. |
| 24 | 24 | ||
| @@ -34,7 +34,7 @@ Bob presses "enter" and now he sees his typed note as `"hello @mattn"`, `@mattn` | |||
| 34 | "sig": "f8c8bab1b90cc3d2ae1ad999e6af8af449ad8bb4edf64807386493163e29162b5852a796a8f474d6b1001cddbaac0de4392838574f5366f03cc94cf5dfb43f4d", | 34 | "sig": "f8c8bab1b90cc3d2ae1ad999e6af8af449ad8bb4edf64807386493163e29162b5852a796a8f474d6b1001cddbaac0de4392838574f5366f03cc94cf5dfb43f4d", |
| 35 | "tags": [ | 35 | "tags": [ |
| 36 | [ | 36 | [ |
| 37 | "e", | 37 | "p", |
| 38 | "2c7cc62a697ea3a7826521f3fd34f0cb273693cbe5e9310f35449f43622a5cdc" | 38 | "2c7cc62a697ea3a7826521f3fd34f0cb273693cbe5e9310f35449f43622a5cdc" |
| 39 | ] | 39 | ] |
| 40 | ] | 40 | ] |