Fix account SIGSEGV: el_meta 1-arg → 2-arg #146
Reference in New Issue
Block a user
Delete Branch "fix/account-el-meta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Second extern arity mismatch in account.el — el_meta was declared as (attrs: String) but runtime expects (name: String, content: String). Same crash pattern as the el_img fix.