소스 검색

Update incoming new avatars.

tags/v0.9.9
Roger Braun 7 년 전
부모
커밋
96014f8e0b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      lib/pleroma/web/ostatus/ostatus.ex

+ 2
- 2
lib/pleroma/web/ostatus/ostatus.ex 파일 보기

@@ -42,8 +42,8 @@ defmodule Pleroma.Web.OStatus do
def handle_note(entry, doc \\ nil) do
content_html = string_from_xpath("/entry/content[1]", entry)

uri = string_from_xpath("/entry/author/uri[1]", entry) || string_from_xpath("/feed/author/uri[1]", doc)
{:ok, actor} = find_or_make_user(uri)
[author] = :xmerl_xpath.string('//author[1]', doc)
{:ok, actor} = find_make_or_update_user(author)

context = (string_from_xpath("/entry/ostatus:conversation[1]", entry) || "") |> String.trim
context = if String.length(context) > 0 do


불러오는 중...
취소
저장