8go / 8go/matrix-commander

Question: `template-msc` number for `Reply` (not `in thread`)?

Aperta
#160 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
question
Lingua principale
Python
Stelle
754
Fork
69
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I would like to contribute by adding a template for `Reply` (not `in thread`), as suggested:

https://github.com/8go/matrix-commander/blob/79a5d0c2db9b3c49de0d0538affbe07f1a266f84/event-templates/README.md?plain=1#L21-L23

While I know how to get the correct JSON payload to send, I do not know how to get its `template-msc` number, even with [`matrix-spec-proposals`](https://github.com/matrix-org/matrix-spec-proposals/tree/cf3f0d58be2298f5022901c389e59d462c8d8796/proposals).

Example of such a payload according to Element desktop:

```json
{
"type": "m.room.message",
"content": {
"msgtype": "m.text",
"body": "> <@benjamin_loison:matrix.org> INITIAL_MESSAGE\n\nANSWER_MESSAGE",
"format": "org.matrix.custom.html",
"formatted_body": "

In reply to @benjamin_loison:matrix.org
INITIAL_MESSAGE
nANSWER_MESSAGE",
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$CENSORED_1"
}
}
}
}
```

Giving me the correct `template-msc` number and explaining me how you found it would help me to contribute :)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Look at existing templates in event-templates/ to understand the format and how template-msc numbers are assigned. Check the matrix-spec-proposals repository for proposals related to replies (like MSC2675 or similar). The issue asks for the correct MSC number for a reply template; you need to research the Matrix spec to find the relevant proposal number and then create a new template file following the existing pattern.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python
Ambito
cli
Tipo di issue
Funzionalità
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.