(err error)
| 3061 | } |
| 3062 | |
| 3063 | func handleFailedPostInsert(err error) error { |
| 3064 | log.Error("Couldn't insert into posts: %v", err) |
| 3065 | return err |
| 3066 | } |
| 3067 | |
| 3068 | // Deprecated: use GetProfileURLFromHandle() instead, which returns user-facing URL instead of actor_id |
| 3069 | func (db *datastore) GetProfilePageFromHandle(app *App, handle string) (string, error) { |