move redirectors, renderRelay and renderProfile out of render.

This commit is contained in:
fiatjaf
2023-10-21 14:09:37 -03:00
parent f70b13afe7
commit ebeb9820d8
8 changed files with 123 additions and 149 deletions

View File

@@ -14,8 +14,7 @@ import (
type TemplateID int
const (
Profile TemplateID = iota
Note
Note TemplateID = iota
LongForm
TelegramInstantView
Other